Results

By type

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

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

2022-02-24T00:49:23.785Z||main|||||INFO|500||The following profiles are active: basic
2022-02-24T00:49:33.221Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-24T00:49:33.222Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-24T00:49:33.301Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-24T00:49:35.712Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-24T00:49:35.870Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-24T00:49:36.270Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-24T00:49:36.280Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-24T00:49:36.352Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-24T00:49:36.468Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-24T00:49:36.833Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-24T00:49:37.566Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-24T00:49:39.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-24T00:49:39.501Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-24T00:49:39.983Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-24T00:49:40.184Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-24T00:49:41.300Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-24T00:49:42.210Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-24T00:49:42.228Z||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$$e3135fed.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-24T00:49:42.229Z||main|||||WARN|500||The sdc end point is not alive
2022-02-24T00:49:45.086Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-24T00:49:47.665Z||main|||||WARN|500||---
2022-02-24T00:49:47.665Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-24T00:49:47.666Z||main|||||WARN|500||---
2022-02-24T00:49:48.014Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-24T00:49:52.035Z||main|||||INFO|500||Started Application in 32.469 seconds (JVM running for 33.649)
2022-02-24T00:49:52.065Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-24T00:49:52.066Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-24T00:49:52.078Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-24T00:49:52.109Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-24T00:49:52.170Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54a5bbb6-ee85-4441-a3f5-1e862233dacc url= /sdc/v1/artifactTypes
2022-02-24T00:49:52.170Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-24T00:49:52.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-24T00:49:52.440Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-24T00:49:52.459Z||scheduling-1|||||DEBUG|500||create keys
2022-02-24T00:49:52.465Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-24T00:49:52.499Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:49:52.517Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e4e820a-69fa-4c30-8277-65bb3a3f813b url= /sdc/v1/registerForDistribution
2022-02-24T00:49:52.692Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e4e820a-69fa-4c30-8277-65bb3a3f813b url= /sdc/v1/registerForDistribution
2022-02-24T00:49:52.692Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-24T00:49:52.702Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:49:52.702Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:49:52.706Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-24T00:49:52.708Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:49:52.708Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:49:52.709Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:49:52.709Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:50:03.301Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:50:03.311Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:50:52.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:50:52.700Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:50:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:50:52.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:50:52.702Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:50:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:51:02.243Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:51:02.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:51:52.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:51:52.700Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:51:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:51:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:51:52.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:51:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:52:02.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:52:02.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:52:52.698Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:52:52.699Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:52:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:52:52.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:52:52.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:52:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:53:02.251Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:53:02.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:53:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:53:52.700Z||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-02-24T00:53:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:53:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:53:52.703Z||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-02-24T00:53:52.704Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:54:02.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:54:02.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:54:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:54:52.700Z||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-02-24T00:54:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:54:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:54:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:54:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:55:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:55:02.241Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:55:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:55:52.700Z||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-02-24T00:55:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:55:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:55:52.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:55:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:56:02.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:56:02.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:56:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:56:52.699Z||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-02-24T00:56:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:56:52.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:56:52.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:56:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:57:02.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:57:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:57:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:57:52.700Z||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-02-24T00:57:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:57:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:57:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:57:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:58:02.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:58:02.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:58:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:58:52.699Z||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-02-24T00:58:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:58:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:58:52.702Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:58:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:59:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:59:02.246Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T00:59:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:59:52.700Z||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-02-24T00:59:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T00:59:52.701Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T00:59:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T00:59:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:00:00.421Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-24T01:00:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:00:02.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:00:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:00:52.699Z||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-02-24T01:00:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:00:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:00:52.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:00:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:01:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:01:02.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:01:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:01:52.700Z||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-02-24T01:01:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:01:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:01:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:01:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:02:02.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:02:02.243Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:02:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:02:52.699Z||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-02-24T01:02:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:02:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:02:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:02:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:03:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:03:02.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:03:52.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:03:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:03:52.708Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:03:52.708Z||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-02-24T01:03:52.708Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:03:52.708Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:04:02.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:04:02.252Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:04:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:04:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:04:52.701Z||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-02-24T01:04:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:04:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:04:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:05:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:05:02.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:05:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:05:52.700Z||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-02-24T01:05:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:05:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:05:52.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:05:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:06:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:06:02.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:06:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:06:52.700Z||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-02-24T01:06:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:06:52.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:06:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:06:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:07:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:07:02.243Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:07:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:07:52.699Z||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-02-24T01:07:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:07:52.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:07:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:07:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:08:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:08:02.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:08:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:08:52.699Z||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-02-24T01:08:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:08:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:08:52.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:08:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:09:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:09:02.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:09:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:09:52.699Z||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-02-24T01:09:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:09:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:09:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:09:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:10:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:10:02.239Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:10:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:10:52.700Z||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-02-24T01:10:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:10:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:10:52.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:10:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:11:02.251Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:11:02.260Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:11:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:11:52.699Z||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-02-24T01:11:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:11:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:11:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:11:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:12:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:12:02.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:12:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:12:52.699Z||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-02-24T01:12:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:12:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:12:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:12:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:13:02.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:13:02.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:13:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:13:52.699Z||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-02-24T01:13:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:13:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:13:52.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:13:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:14:02.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:14:02.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:14:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:14:52.699Z||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-02-24T01:14:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:14:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:14:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:14:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:15:02.232Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:15:02.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:15:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:15:52.699Z||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-02-24T01:15:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:15:52.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:15:52.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:15:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:16:02.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:16:02.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:16:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:16:52.699Z||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-02-24T01:16:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:16:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:16:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:16:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:17:02.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:17:02.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:17:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:17:52.699Z||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-02-24T01:17:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:17:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:17:52.701Z||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-02-24T01:17:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:18:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:18:02.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:18:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:18:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:18:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:18:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:18:52.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:18:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:19:02.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:19:02.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:19:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:19:52.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:19:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:19:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:19:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:19:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:20:02.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:20:02.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:20:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:20:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:20:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:20:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:20:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:20:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:21:02.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:21:02.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:21:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:21:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:21:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:21:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:21:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:21:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:22:02.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:22:02.241Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:22:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:22:52.699Z||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-02-24T01:22:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:22:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:22:52.701Z||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-02-24T01:22:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:23:02.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:23:02.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:23:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:23:52.699Z||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-02-24T01:23:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:23:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:23:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:23:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:24:02.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:24:02.237Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:24:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:24:52.699Z||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-02-24T01:24:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:24:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:24:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:24:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:25:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:25:02.240Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:25:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:25:52.700Z||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-02-24T01:25:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:25:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:25:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:25:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:26:02.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:26:02.245Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:26:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:26:52.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:26:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:26:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:26:52.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:26:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:27:02.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:27:02.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:27:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:27:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:27:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:27:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:27:52.701Z||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-02-24T01:27:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:28:02.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:28:02.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:28:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:28:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:28:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:28:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:28:52.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:28:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:29:02.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:29:02.242Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:29:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:29:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:29:52.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:29:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:29:52.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:29:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:30:02.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:30:02.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:30:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:30:52.700Z||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-02-24T01:30:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:30:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:30:52.703Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:30:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:31:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:31:02.242Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:31:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:31:52.700Z||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-02-24T01:31:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:31:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:31:52.702Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:31:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:32:02.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:32:02.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:32:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:32:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:32:52.701Z||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-02-24T01:32:52.701Z||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-02-24T01:32:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:32:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:33:02.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:33:02.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:33:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:33:52.699Z||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-02-24T01:33:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:33:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:33:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:33:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:34:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:34:02.239Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:34:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:34:52.699Z||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-02-24T01:34:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:34:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:34:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:34:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:35:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:35:02.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:35:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:35:52.699Z||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-02-24T01:35:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:35:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:35:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:35:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:36:02.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:36:02.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:36:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:36:52.699Z||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-02-24T01:36:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:36:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:36:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:36:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:37:02.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:37:02.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:37:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:37:52.699Z||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-02-24T01:37:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:37:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:37:52.701Z||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-02-24T01:37:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:38:02.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:38:02.247Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:38:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:38:52.699Z||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-02-24T01:38:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:38:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:38:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:38:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:39:02.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:39:02.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:39:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:39:52.699Z||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-02-24T01:39:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:39:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:39:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:39:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:40:02.239Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:40:02.242Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:40:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:40:52.700Z||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-02-24T01:40:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:40:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:40:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:40:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:41:02.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:41:02.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:41:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:41:52.699Z||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-02-24T01:41:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:41:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:41:52.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:41:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:42:02.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:42:02.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:42:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:42:52.699Z||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-02-24T01:42:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:42:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:42:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:42:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:43:02.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:43:02.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:43:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:43:52.699Z||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-02-24T01:43:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:43:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:43:52.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:43:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:44:02.241Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:44:02.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:44:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:44:52.700Z||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-02-24T01:44:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:44:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:44:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:44:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:45:02.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:45:02.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:45:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:45:52.699Z||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-02-24T01:45:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:45:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:45:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:45:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:46:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:46:02.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:46:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:46:52.699Z||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-02-24T01:46:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:46:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:46:52.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:46:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:47:02.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:47:02.246Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:47:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:47:52.699Z||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-02-24T01:47:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:47:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:47:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:47:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:48:02.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:48:02.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:48:52.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:48:52.699Z||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-02-24T01:48:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:48:52.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:48:52.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:48:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:02.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:02.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:52.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:49:52.699Z||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-02-24T01:49:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:49:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:49:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:57.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:57.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T01:49:57.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f47ce0e0-99e6-43cc-a161-71aa292ffc14","serviceName":"vFW 2022-02-24 01-47-34","serviceVersion":"1.0","serviceUUID":"d90e5ab8-bfff-4195-9fcc-8a57dc5c2211","serviceDescription":"catalog service description","serviceInvariantUUID":"7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a","resources":[{"resourceInstanceName":"vFW 539a2c0a-b6eb 0","resourceName":"vFW 539a2c0a-b6eb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd4e7578-8d02-445f-905b-94e0b7c6d158","resourceInvariantUUID":"1f4ec7c3-5ba2-4b54-91de-88074d6cee0f","resourceCustomizationUUID":"d65100a0-e6a1-4eb0-9615-a3cdb4437b4a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml","artifactChecksum":"OGY5YTQyY2JkYzU5YTJhMjczOGMxN2I0OTFmM2RiZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d54738d-4329-49c3-b57e-9ada3c71f0c2","artifactVersion":"1"},{"artifactName":"vfw539a2c0ab6eb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json","artifactChecksum":"NzlkYmViZjEyNDJiMjBkMWMzNmFlOWViNWY3YmE3ZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05babdbe-a13b-4f99-875e-644f59cbae46","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48efc33b-4873-4872-b689-2e93e1836039","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE4Nzg5MzUwMjQ0NjcyZWM3MzI3NTY4ZGQzZGM2YTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"802c189b-501e-4159-a902-88b74fafc0d5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae","artifactVersion":"3","generatedFromUUID":"48efc33b-4873-4872-b689-2e93e1836039"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220224014734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml","artifactChecksum":"NTZjYmJiMGY0ODIxOGVkYTAxZjMxMTRlMDU3ZjdiNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fc3e0eb-8bdf-48a6-8d29-1c310c65d258","artifactVersion":"1"},{"artifactName":"service-Vfw20220224014734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar","artifactChecksum":"YThiNmU0MDFhYzAzYzQxZmMyZmY1ZWNmZTQwNGUzMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abcdaf4e-f75b-4deb-ab50-f7f8978f6b77","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T01:49:57.284Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:49:57.288Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:49:57.294Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:49:57.294Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:49:57.395Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T01:49:57.401Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:49:57.401Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:57.413Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:57.414Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:49:57.526Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:57.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:49:57.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:49:57.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:49:57.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:49:57.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:49:57.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:49:58.300Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:49:58.301Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:49:58.303Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:49:58.303Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:49:58.403Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:49:58.404Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:49:58.404Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:58.413Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:58.414Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:49:59.303Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:49:59.306Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:49:59.308Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:49:59.308Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:49:59.408Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:49:59.409Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:49:59.409Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:49:59.418Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:49:59.418Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:00.308Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:00.309Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:00.311Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:00.311Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:50:00.411Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:00.412Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:50:00.412Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:00.420Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:50:00.420Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:01.312Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:01.313Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:01.315Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:01.315Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:50:01.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:01.416Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:50:01.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:01.425Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:50:01.426Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:02.316Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:02.316Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:02.318Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:02.318Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:50:02.418Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:02.419Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:50:02.419Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:02.427Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:50:02.427Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:50:03.319Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:50:03.320Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:03.322Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:03.322Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:50:03.422Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:50:03.423Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:50:03.423Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:03.431Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:50:03.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:50:04.324Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "serviceName": "vFW 2022-02-24 01-47-34",
  "serviceVersion": "1.0",
  "serviceUUID": "d90e5ab8-bfff-4195-9fcc-8a57dc5c2211",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a",
  "resources": [
    {
      "resourceInstanceName": "vFW 539a2c0a-b6eb 0",
      "resourceCustomizationUUID": "d65100a0-e6a1-4eb0-9615-a3cdb4437b4a",
      "resourceName": "vFW 539a2c0a-b6eb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cd4e7578-8d02-445f-905b-94e0b7c6d158",
      "resourceInvariantUUID": "1f4ec7c3-5ba2-4b54-91de-88074d6cee0f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw539a2c0ab6eb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
          "artifactChecksum": "NzlkYmViZjEyNDJiMjBkMWMzNmFlOWViNWY3YmE3ZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "05babdbe-a13b-4f99-875e-644f59cbae46",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "48efc33b-4873-4872-b689-2e93e1836039",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae",
            "generatedFromUUID": "48efc33b-4873-4872-b689-2e93e1836039"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220224014734-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
      "artifactChecksum": "YThiNmU0MDFhYzAzYzQxZmMyZmY1ZWNmZTQwNGUzMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abcdaf4e-f75b-4deb-ab50-f7f8978f6b77"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T01:50:04.326Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T01:50:04.326Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d90e5ab8-bfff-4195-9fcc-8a57dc5c2211 ASDC
2022-02-24T01:50:04.409Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f47ce0e0-99e6-43cc-a161-71aa292ffc14
ServiceName:vFW 2022-02-24 01-47-34
ServiceVersion:1.0
ServiceUUID:d90e5ab8-bfff-4195-9fcc-8a57dc5c2211
ServiceInvariantUUID:7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220224014734-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar
ArtifactUUID:abcdaf4e-f75b-4deb-ab50-f7f8978f6b77
ArtifactChecksum:YThiNmU0MDFhYzAzYzQxZmMyZmY1ZWNmZTQwNGUzMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 539a2c0a-b6eb 0
ResourceCustomizationUUID:d65100a0-e6a1-4eb0-9615-a3cdb4437b4a
ResourceInvariantUUID:1f4ec7c3-5ba2-4b54-91de-88074d6cee0f
ResourceName:vFW 539a2c0a-b6eb
ResourceType:VF
ResourceUUID:cd4e7578-8d02-445f-905b-94e0b7c6d158
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw539a2c0ab6eb0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json
ArtifactUUID:05babdbe-a13b-4f99-875e-644f59cbae46
ArtifactChecksum:NzlkYmViZjEyNDJiMjBkMWMzNmFlOWViNWY3YmE3ZDg=
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/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml
ArtifactUUID:48efc33b-4873-4872-b689-2e93e1836039
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env
ArtifactUUID:d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env
ArtifactUUID:d3cf52ef-8ed4-4e71-9fe6-973b1c6a84ae
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T01:50:04.409Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d90e5ab8-bfff-4195-9fcc-8a57dc5c2211 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
2022-02-24T01:50:04.543Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@22e2a0d5 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2425) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$45171ff2.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 85 common frames omitted
2022-02-24T01:50:04.546Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-24T01:50:04.547Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||ERROR|500||(conn=2425) WSREP has not yet prepared node for application use
2022-02-24T01:50:04.549Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$45171ff2.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2425) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 85 common frames omitted
2022-02-24T01:50:04.552Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$45171ff2.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	... 48 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2425) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 79 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 84 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 85 common frames omitted
2022-02-24T01:50:04.561Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$45171ff2.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 31 common frames omitted
2022-02-24T01:50:04.562Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f47ce0e0-99e6-43cc-a161-71aa292ffc14 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T01:50:04.634Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f47ce0e0-99e6-43cc-a161-71aa292ffc14 and serviceModelVersionId: 
2022-02-24T01:50:04.634Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.636Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.636Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.636Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||ERROR|500||Exception occurred
java.lang.Exception: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
	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-02-24T01:50:04.637Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
	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: java.lang.Exception: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
	... 9 common frames omitted
2022-02-24T01:50:04.637Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: 7b1fe4fc-3f60-4ea0-88b5-681c7f1ef56a
2022-02-24T01:50:04.638Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f47ce0e0-99e6-43cc-a161-71aa292ffc14 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-02-24T01:50:04.639Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-24T01:50:04.639Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:50:04.641Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:50:04.641Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667404638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-24T01:50:04.742Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:50:04.743Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:50:04.743Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:04.753Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:50:04.754Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:50:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:50:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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-02-24T01:50:52.700Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:50:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:50:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:50:52.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:50:52.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T01:50:52.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:50:52.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:51:02.239Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:51:52.698Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:51:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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-02-24T01:51:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:51:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:51:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:51:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:51:52.722Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:51:52.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T01:51:52.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:51:52.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:02.235Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:52.698Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:52:52.699Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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-02-24T01:52:52.700Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:52:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:52:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:52.727Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:52.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667394646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667387563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667392698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667390476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667389539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667404638,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667404869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667404870,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667404855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667405862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "cds",
  "timestamp": 1645667405885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:52:52.773Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.773Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:52:52.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667399372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667406174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "policy-id",
  "timestamp": 1645667406866,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:52:52.801Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.801Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667407506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667407573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667408650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:52:52.817Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.818Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667409654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667412229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vfw539a2c0ab6eb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667413236,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:52:52.833Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.834Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667407711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/resourceInstances/vfw539a2c0ab6eb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667410656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667418452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667424215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667426226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "clamp",
  "timestamp": 1645667427232,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:52:52.847Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667432982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224014734/1.0/artifacts/service-Vfw20220224014734-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:52:52.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f47ce0e0-99e6-43cc-a161-71aa292ffc14",
  "consumerID": "aai-ml",
  "timestamp": 1645667433987,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:52:52.861Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f47ce0e0-99e6-43cc-a161-71aa292ffc14
2022-02-24T01:52:52.861Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f47ce0e0-99e6-43cc-a161-71aa292ffc14 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:52:53.324Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:53.325Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T01:52:53.325Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4cb11736-859e-4f8c-8b4c-ce2ada56e581","serviceName":"vFW 2022-02-24 01-50-57","serviceVersion":"1.0","serviceUUID":"3c829dd0-a73e-42ab-a5bc-1f474d7acc2d","serviceDescription":"catalog service description","serviceInvariantUUID":"c38c3732-3e31-4296-a9df-2244da4ba772","resources":[{"resourceInstanceName":"vFW 91626fbe-46d4 0","resourceName":"vFW 91626fbe-46d4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a3fe187-49d5-4ea9-a677-f8107fc561fa","resourceInvariantUUID":"cc3fe3b8-c3d1-4280-bf07-435dddee8520","resourceCustomizationUUID":"82572715-5828-49aa-bdfd-2fd399071f07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml","artifactChecksum":"NDgyZmNmN2NkZGQxMzk5OGY5MmY1ZGY5ZmFiOTJmZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3abfb71f-b326-4cca-8d1d-2138cf21875d","artifactVersion":"1"},{"artifactName":"vfw91626fbe46d40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json","artifactChecksum":"ZWNhYjE0ZWJkZDcxNjg0ODZkNDk4NDZlYWQ5YmU4OTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"be6c5bf6-9caa-4f77-8801-1be8fe281351","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml","artifactChecksum":"YzFmZTUwODZkMjcyYTM1OTVjYjdhYTIwNWU0OGZjNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60a5e107-3c9d-4a22-b005-1b27fc7ce6b6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75bc28d2-4e74-457d-b5c0-2baf30a18f42","artifactVersion":"2","generatedFromUUID":"be6c5bf6-9caa-4f77-8801-1be8fe281351"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220224015057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml","artifactChecksum":"YzljYjkyMzQ5YWNmNTQ5NWEwYTkyMmJlODg5OTJlZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb6ff041-65bb-49c5-aa3b-2d6a1ae61364","artifactVersion":"1"},{"artifactName":"service-Vfw20220224015057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar","artifactChecksum":"YWIwMWJlNDIxMGJlZDZmMGNhMzVjYWM2MWQ2ZmMyOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c0a2388-ea53-4e34-b759-ff4a94d39328","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T01:52:53.328Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:53.328Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:53.331Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:53.331Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:53.431Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:53.431Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:53.432Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:53.441Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:53.441Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:52:54.331Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:54.332Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:54.334Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:54.334Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:52:54.434Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:54.435Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:54.435Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:54.445Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:54.446Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:52:55.334Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:55.335Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:55.337Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:55.338Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:52:55.438Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:55.439Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:55.439Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:55.449Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:55.449Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:52:56.338Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:56.339Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:56.340Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:56.340Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:56.441Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:56.442Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:56.442Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:56.452Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:56.452Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:52:57.341Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:57.342Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:57.344Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:57.344Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:52:57.444Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:57.445Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:57.445Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:57.455Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:57.455Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:52:58.344Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:58.345Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:58.347Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:58.347Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:52:58.447Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:58.448Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:58.448Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:58.459Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:58.459Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T01:52:59.348Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:52:59.349Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:52:59.351Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:52:59.351Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:52:59.451Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:52:59.452Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:52:59.452Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:52:59.461Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:52:59.462Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:00.353Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "serviceName": "vFW 2022-02-24 01-50-57",
  "serviceVersion": "1.0",
  "serviceUUID": "3c829dd0-a73e-42ab-a5bc-1f474d7acc2d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c38c3732-3e31-4296-a9df-2244da4ba772",
  "resources": [
    {
      "resourceInstanceName": "vFW 91626fbe-46d4 0",
      "resourceCustomizationUUID": "82572715-5828-49aa-bdfd-2fd399071f07",
      "resourceName": "vFW 91626fbe-46d4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a3fe187-49d5-4ea9-a677-f8107fc561fa",
      "resourceInvariantUUID": "cc3fe3b8-c3d1-4280-bf07-435dddee8520",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw91626fbe46d40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
          "artifactChecksum": "ZWNhYjE0ZWJkZDcxNjg0ODZkNDk4NDZlYWQ5YmU4OTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "be6c5bf6-9caa-4f77-8801-1be8fe281351",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "75bc28d2-4e74-457d-b5c0-2baf30a18f42",
            "generatedFromUUID": "be6c5bf6-9caa-4f77-8801-1be8fe281351"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "75bc28d2-4e74-457d-b5c0-2baf30a18f42",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220224015057-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
      "artifactChecksum": "YWIwMWJlNDIxMGJlZDZmMGNhMzVjYWM2MWQ2ZmMyOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2c0a2388-ea53-4e34-b759-ff4a94d39328"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T01:53:00.353Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T01:53:00.353Z|f47ce0e0-99e6-43cc-a161-71aa292ffc14|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d ASDC
2022-02-24T01:53:00.353Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4cb11736-859e-4f8c-8b4c-ce2ada56e581
ServiceName:vFW 2022-02-24 01-50-57
ServiceVersion:1.0
ServiceUUID:3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
ServiceInvariantUUID:c38c3732-3e31-4296-a9df-2244da4ba772
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220224015057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
ArtifactUUID:2c0a2388-ea53-4e34-b759-ff4a94d39328
ArtifactChecksum:YWIwMWJlNDIxMGJlZDZmMGNhMzVjYWM2MWQ2ZmMyOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 91626fbe-46d4 0
ResourceCustomizationUUID:82572715-5828-49aa-bdfd-2fd399071f07
ResourceInvariantUUID:cc3fe3b8-c3d1-4280-bf07-435dddee8520
ResourceName:vFW 91626fbe-46d4
ResourceType:VF
ResourceUUID:2a3fe187-49d5-4ea9-a677-f8107fc561fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw91626fbe46d40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
ArtifactUUID:0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9
ArtifactChecksum:ZWNhYjE0ZWJkZDcxNjg0ODZkNDk4NDZlYWQ5YmU4OTY=
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/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
ArtifactUUID:be6c5bf6-9caa-4f77-8801-1be8fe281351
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/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
ArtifactUUID:75bc28d2-4e74-457d-b5c0-2baf30a18f42
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/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
ArtifactUUID:75bc28d2-4e74-457d-b5c0-2baf30a18f42
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T01:53:00.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:53:00.383Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:53:00.383Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:53:00.384Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:53:00.384Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c0a2388-ea53-4e34-b759-ff4a94d39328 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:00.384Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:00.385Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:00.675Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:00.695Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar 2c0a2388-ea53-4e34-b759-ff4a94d39328 98908
2022-02-24T01:53:00.696Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar ASDC sendASDCNotification
2022-02-24T01:53:00.696Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:00.697Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:00.697Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:00.698Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:00.698Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667580695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:00.799Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:00.799Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:00.799Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:00.808Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:00.809Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:01.699Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:53:01.701Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:53:01.701Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c0a2388-ea53-4e34-b759-ff4a94d39328, URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar to file: /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:01.701Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220224015057-csar.csar
2022-02-24T01:53:01.757Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:01.758Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:02.214Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2913100400760028280/Definitions/service-Vfw20220224015057-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-24T01:53:04.969Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.974Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 91626fbe-46d4 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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||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-Vfw20220224015057-csar.csar
2022-02-24T01:53:04.975Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:53:04.979Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.981Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.983Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.983Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:53:04.984Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.985Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:53:04.986Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:53:04.986Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.986Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.988Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.988Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.989Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.990Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.991Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.992Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e330cfc5-a7f9-4a30-a71e-5f51d32da094
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.993Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.994Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd14e995-c459-4a0d-a59a-482fa59b5f16
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:04.995Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e77769bd-8ca9-4d0f-b060-1d4543b8d249
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:04.996Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-24 01-50-57
Description:catalog service description
Model UUID:3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
Model Version:NULL
Model InvariantUuid:c38c3732-3e31-4296-a9df-2244da4ba772
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 91626fbe-46d4
Model UUID:36804fdd-7a63-423f-9507-1c12bdb04918
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cc3fe3b8-c3d1-4280-bf07-435dddee8520
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82572715-5828-49aa-bdfd-2fd399071f07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eca989c5-26fb-488a-b01a-0028ab350910
ModelName:Vfw91626fbe46d4..base_vfw..module-0
ModelUuid:8c7cff11-7c79-4df4-a6b2-89ecfa1a095d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e330cfc5-a7f9-4a30-a71e-5f51d32da094
ModelInvariantUuid:1e7f1c70-aab4-4620-84e6-e790a1ead82e
ModelName:vFW 91626fbe-46d4-nodes.vfwCvfc
ModelUuid:52a0f80a-11a8-40a5-ac31-c917bbd9d286
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5da8915a-50c9-49df-ab01-139a5b64163a
ModelInvariantUuid:7c1eebd0-10a3-428d-bd3f-a8eea0e590fa
ModelName:Vfw91626fbe46d4.compute.nodes.heat.vfw
ModelUuid:bde6378d-8d62-4800-aad8-6a9954c7e278
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd14e995-c459-4a0d-a59a-482fa59b5f16
ModelInvariantUuid:21f2631b-756f-48ac-8a72-68f1e32bdf71
ModelName:vFW 91626fbe-46d4-nodes.vsnCvfc
ModelUuid:8063f2cb-d7ae-438a-8c06-5c825a2fe360
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fe4f8c29-1f36-4733-83a6-6f570c6ac3fd
ModelInvariantUuid:0173c685-8432-430a-b9d7-07dd5a635101
ModelName:Vfw91626fbe46d4.compute.nodes.heat.vsn
ModelUuid:2dfeff35-4b15-47b0-94b6-ad822f14c622
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e77769bd-8ca9-4d0f-b060-1d4543b8d249
ModelInvariantUuid:0568b0bb-0fae-4e57-8734-7fcd277c4853
ModelName:vFW 91626fbe-46d4-nodes.vpgCvfc
ModelUuid:52c17ffd-1d44-406e-8980-a82c5f5115ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cdf768e6-95be-46c8-9002-638deb5f63e7
ModelInvariantUuid:2ac54fd9-3bf0-4862-9aeb-6ec71462a341
ModelName:Vfw91626fbe46d4.compute.nodes.heat.vpg
ModelUuid:902984b7-0d44-46ff-b795-347731d97709
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T01:53:05.007Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a3fe187-49d5-4ea9-a677-f8107fc561fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:53:05.018Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||vFW 91626fbe-46d4 0
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a3fe187-49d5-4ea9-a677-f8107fc561fa
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:05.024Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:05.271Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:05.271Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json 0a8d36ac-4f7f-4bd3-9b4b-4a10877107c9 785
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json ASDC sendASDCNotification
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:05.272Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:05.274Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:05.274Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667585272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:05.375Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:05.375Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:05.375Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:05.385Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:05.386Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:06.276Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw91626fbe46d4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eca989c5-26fb-488a-b01a-0028ab350910",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c7cff11-7c79-4df4-a6b2-89ecfa1a095d",
    "vfModuleModelCustomizationUUID": "77a349d6-424e-49e6-9bd8-46a1af3ee4c3",
    "isBase": true,
    "artifacts": [
      "be6c5bf6-9caa-4f77-8801-1be8fe281351",
      "75bc28d2-4e74-457d-b5c0-2baf30a18f42"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T01:53:06.291Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw91626fbe46d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7cff11-7c79-4df4-a6b2-89ecfa1a095d
VfModuleModelInvariantUUID:eca989c5-26fb-488a-b01a-0028ab350910
VfModuleModelDescription:NULL
Artifacts UUID List:{
be6c5bf6-9caa-4f77-8801-1be8fe281351
,
75bc28d2-4e74-457d-b5c0-2baf30a18f42

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

isBase:true


}

2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw91626fbe46d4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eca989c5-26fb-488a-b01a-0028ab350910",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c7cff11-7c79-4df4-a6b2-89ecfa1a095d",
    "vfModuleModelCustomizationUUID": "77a349d6-424e-49e6-9bd8-46a1af3ee4c3",
    "isBase": true,
    "artifacts": [
      "be6c5bf6-9caa-4f77-8801-1be8fe281351",
      "75bc28d2-4e74-457d-b5c0-2baf30a18f42"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw91626fbe46d4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c7cff11-7c79-4df4-a6b2-89ecfa1a095d
VfModuleModelInvariantUUID:eca989c5-26fb-488a-b01a-0028ab350910
VfModuleModelDescription:NULL
Artifacts UUID List:{
be6c5bf6-9caa-4f77-8801-1be8fe281351
,
75bc28d2-4e74-457d-b5c0-2baf30a18f42

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

isBase:true


}

2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be6c5bf6-9caa-4f77-8801-1be8fe281351 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:06.294Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:06.637Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml be6c5bf6-9caa-4f77-8801-1be8fe281351 20368
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:06.638Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:06.640Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:06.640Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667586638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:06.741Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:53:06.742Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:06.742Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:06.753Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:06.754Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:07.642Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 75bc28d2-4e74-457d-b5c0-2baf30a18f42 from URL: /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:07.642Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:53:07.643Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:07.965Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:53:07.965Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env 75bc28d2-4e74-457d-b5c0-2baf30a18f42 2098
2022-02-24T01:53:07.966Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:53:07.966Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:07.966Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:53:07.967Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:07.969Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:07.969Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667587966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:08.069Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:08.070Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:08.070Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:08.081Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:08.081Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:08.970Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
2022-02-24T01:53:08.971Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 91626fbe-46d4 0 2a3fe187-49d5-4ea9-a677-f8107fc561fa ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:53:09.003Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a0d68aa, org.onap.sdc.toscaparser.api.parameters.Input@775c120e, org.onap.sdc.toscaparser.api.parameters.Input@546426e9, org.onap.sdc.toscaparser.api.parameters.Input@477a72b0, org.onap.sdc.toscaparser.api.parameters.Input@56231acd]
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 82572715-5828-49aa-bdfd-2fd399071f07
2022-02-24T01:53:09.006Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82572715-5828-49aa-bdfd-2fd399071f07 matches Tosca VF Customization UUID: 82572715-5828-49aa-bdfd-2fd399071f07
2022-02-24T01:53:09.007Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 82572715-5828-49aa-bdfd-2fd399071f07  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T01:53:09.012Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.012Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 82572715-5828-49aa-bdfd-2fd399071f07: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14a69571
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.013Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:53:09.014Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77a349d6-424e-49e6-9bd8-46a1af3ee4c3
2022-02-24T01:53:09.015Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77a349d6-424e-49e6-9bd8-46a1af3ee4c3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T01:53:09.019Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.020Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:53:09.021Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:09.022Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.023Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e330cfc5-a7f9-4a30-a71e-5f51d32da094
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T01:53:09.028Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.028Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.028Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.029Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:53:09.030Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.031Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd14e995-c459-4a0d-a59a-482fa59b5f16
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T01:53:09.033Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.033Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.033Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.035Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.036Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:53:09.037Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:53:09.038Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e77769bd-8ca9-4d0f-b060-1d4543b8d249
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Node template vFW 91626fbe-46d4 0 is matching search criteria
2022-02-24T01:53:09.040Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 91626fbe-46d4 0] matching following query criteria: sdcType=VF, customizationUUID=82572715-5828-49aa-bdfd-2fd399071f07
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:53:09.042Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.042Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d: vFW 91626fbe-46d4
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.043Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-50-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:53:09.044Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-24 01-50-57 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:53:09.344Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 91626fbe-46d4 2a3fe187-49d5-4ea9-a677-f8107fc561fa 1 ASDC deployResourceStructure
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json ASDC sendASDCNotification
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:09.345Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:09.347Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:09.347Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667589345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:09.448Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:53:09.449Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:09.449Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:09.458Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:09.459Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:10.348Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:53:10.348Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml
2022-02-24T01:53:10.349Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:10.349Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:10.352Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:10.352Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667590348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:10.452Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:10.453Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:10.453Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:10.462Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:10.462Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:11.353Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:53:11.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env
2022-02-24T01:53:11.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:11.354Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:11.356Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:11.357Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667591353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:11.457Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:11.458Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:11.458Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:11.469Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:11.469Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:12.357Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar ASDC sendASDCNotification
2022-02-24T01:53:12.358Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar
2022-02-24T01:53:12.358Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:53:12.359Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:53:12.361Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:53:12.361Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667592357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:12.461Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:53:12.462Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:53:12.462Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:12.472Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:12.472Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:53:13.362Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:53:13.379Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:53:13.381Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:53:13.381Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:53:13.381Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:53:43.382Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:53:43.394Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:53:43.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:53:43.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:53:43.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:53:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:53:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:53:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:53:52.729Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:53:52.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667549539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667547564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667549372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667558574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667558655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667558965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667559576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667560378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "policy-id",
  "timestamp": 1645667560578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:53:52.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:53:52.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667554646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667561551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667561705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:52.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667555476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667562708,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:53:52.771Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.771Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:53:52.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667562739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:53:52.789Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.790Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667563274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667563742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "cds",
  "timestamp": 1645667564279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:53:52.806Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:53:52.806Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667557712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667560656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667568395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:53:52.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:13.397Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:54:13.410Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:54:13.414Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:54:13.414Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:54:13.414Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:54:43.415Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:54:43.428Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:54:43.431Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:54:43.431Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T01:54:43.431Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T01:54:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:54:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:54:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:54:52.726Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:54:52.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667575399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "aai-ml",
  "timestamp": 1645667576403,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:54:52.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:54:52.740Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:54:52.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667577230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667579241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667572698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "clamp",
  "timestamp": 1645667580244,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:54:52.756Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4cb11736-859e-4f8c-8b4c-ce2ada56e581
2022-02-24T01:54:52.756Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:54:52.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667580695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667585272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667586638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667587966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667589345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/vfw91626fbe46d40_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667590348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667591353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/resourceInstances/vfw91626fbe46d40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667592357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015057/1.0/artifacts/service-Vfw20220224015057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:54:52.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:13.432Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:55:13.445Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:55:13.448Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:55:13.454Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T01:55:43.455Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T01:55:43.461Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and serviceModelVersionId: 3c829dd0-a73e-42ab-a5bc-1f474d7acc2d
2022-02-24T01:55:43.461Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c38c3732-3e31-4296-a9df-2244da4ba772
2022-02-24T01:55:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:55:52.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:55:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:55:53.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:55:53.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645667634646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667630476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667639372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667646568,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667646677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667647281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667647572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "cds",
  "timestamp": 1645667647683,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:55:53.258Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.258Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:55:53.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "policy-id",
  "timestamp": 1645667648574,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:55:53.274Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.274Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667650161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645667651165,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:55:53.293Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667647563,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667647711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667655345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667656393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667650656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667657437,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667658381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667658456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:55:53.316Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.316Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645667659459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667665379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667666243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "aai-ml",
  "timestamp": 1645667666383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:55:53.329Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.329Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667667264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:55:53.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "clamp",
  "timestamp": 1645667668267,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:55:53.365Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
2022-02-24T01:55:53.365Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:55:55.197Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0
2022-02-24T01:55:55.288Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T01:55:55.728Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-24T01:55:55.731Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0|INFO|500||Invoke
2022-02-24T01:55:55.899Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T01:55:56.097Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0|INFO|500||InvokeReturn
2022-02-24T01:55:56.098Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c38c3732-3e31-4296-a9df-2244da4ba772/model-vers/model-ver/3c829dd0-a73e-42ab-a5bc-1f474d7acc2d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220224-01:55:55:909-13362], vertex-id=[204968], Content-Length=[0], Date=[Thu, 24 Feb 2022 01:55:55 GMT], Content-Type=[application/json]}
2022-02-24T01:55:56.098Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-02-24T01:55:56.100Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T01:55:56.101Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:55:56.105Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T01:55:56.105Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4cb11736-859e-4f8c-8b4c-ce2ada56e581 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T01:55:56.106Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T01:55:56.106Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:55:56.108Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:55:56.108Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667756105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:55:56.209Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:55:56.210Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:55:56.210Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:55:56.219Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:55:56.219Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T01:55:57.122Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:55:57.122Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|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-02-24T01:55:57.122Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:01.753Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:01.754Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T01:56:01.754Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"70ec461a-edd3-4488-9d7a-e4b1c7d112fd","serviceName":"vFW 2022-02-24 01-52-40","serviceVersion":"1.0","serviceUUID":"02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59","serviceDescription":"catalog service description","serviceInvariantUUID":"04934df3-2d0d-4bb4-a7a3-618d873c25d7","resources":[{"resourceInstanceName":"vFW 9cd93e76-a4b2 0","resourceName":"vFW 9cd93e76-a4b2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a71edf40-7e65-4bf2-bf12-749126235b29","resourceInvariantUUID":"61bfa668-4ae9-4d50-834f-c7fea0c289ca","resourceCustomizationUUID":"1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml","artifactChecksum":"Y2NiNjBjOTk1Yzk5NzU0YTFjOTdhMTY2NzM5MmNkYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c0f5cf1-eb69-4d9f-9c4f-06dbb9d70fed","artifactVersion":"1"},{"artifactName":"vfw9cd93e76a4b20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json","artifactChecksum":"ZmNiOGUzMzE2YmU5M2YyZTk3NDg0OWNkODc3NDFmYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"794b31b4-5482-4b3f-8cec-cb8466fcefe6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e664db2-064c-47b4-b713-5c8b5b4f65a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml","artifactChecksum":"M2NiYTBjMTM0MzBmMDlkZWM4ZGUwMmJkOTg1YmRmMzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a83881a-4687-45d2-8b71-321dba00e472","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"19b88481-3183-4970-83de-ab01987d8cb0","artifactVersion":"2","generatedFromUUID":"4e664db2-064c-47b4-b713-5c8b5b4f65a1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220224015240-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml","artifactChecksum":"MTZiMmJkOTdlOGRmZjkzZjE3NDAwYjEzNDAxMzljODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a134f5a3-c7a9-4129-b889-e0ae56a30714","artifactVersion":"1"},{"artifactName":"service-Vfw20220224015240-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar","artifactChecksum":"ZmFlNjBlNDAzZmM4ZDdmYmIzOTg3MmYwNWMyNzQ5OWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a1c9da1-0dc5-4715-a99b-1bf5242fea96","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T01:56:01.757Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:01.758Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:01.765Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:01.766Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:56:01.862Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-24T01:56:01.863Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:01.864Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:01.874Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:01.875Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:02.766Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:02.767Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:02.769Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:02.769Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:56:02.869Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T01:56:02.870Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:02.871Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:02.880Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:02.881Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:03.770Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:03.771Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:03.773Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:03.773Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:56:03.873Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:03.874Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:03.874Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:03.884Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:03.884Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:04.774Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:04.775Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:04.777Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:04.777Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:56:04.877Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:04.879Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:04.879Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:04.888Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:04.889Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:05.778Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:05.778Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:05.781Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:05.781Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:56:05.881Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:05.882Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:05.882Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:05.892Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:05.893Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:06.781Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:06.782Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:06.784Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:06.784Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:56:06.884Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:06.885Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:06.886Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:06.896Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:06.896Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:07.785Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T01:56:07.785Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:07.787Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:07.787Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:56:07.887Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:07.888Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:07.888Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:07.898Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:07.899Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:08.789Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "serviceName": "vFW 2022-02-24 01-52-40",
  "serviceVersion": "1.0",
  "serviceUUID": "02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "04934df3-2d0d-4bb4-a7a3-618d873c25d7",
  "resources": [
    {
      "resourceInstanceName": "vFW 9cd93e76-a4b2 0",
      "resourceCustomizationUUID": "1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c",
      "resourceName": "vFW 9cd93e76-a4b2",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a71edf40-7e65-4bf2-bf12-749126235b29",
      "resourceInvariantUUID": "61bfa668-4ae9-4d50-834f-c7fea0c289ca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9cd93e76a4b20_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
          "artifactChecksum": "ZmNiOGUzMzE2YmU5M2YyZTk3NDg0OWNkODc3NDFmYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "794b31b4-5482-4b3f-8cec-cb8466fcefe6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4e664db2-064c-47b4-b713-5c8b5b4f65a1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "19b88481-3183-4970-83de-ab01987d8cb0",
            "generatedFromUUID": "4e664db2-064c-47b4-b713-5c8b5b4f65a1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "19b88481-3183-4970-83de-ab01987d8cb0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220224015240-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
      "artifactChecksum": "ZmFlNjBlNDAzZmM4ZDdmYmIzOTg3MmYwNWMyNzQ5OWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a1c9da1-0dc5-4715-a99b-1bf5242fea96"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T01:56:08.789Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T01:56:08.789Z|4cb11736-859e-4f8c-8b4c-ce2ada56e581|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59 ASDC
2022-02-24T01:56:08.789Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:70ec461a-edd3-4488-9d7a-e4b1c7d112fd
ServiceName:vFW 2022-02-24 01-52-40
ServiceVersion:1.0
ServiceUUID:02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
ServiceInvariantUUID:04934df3-2d0d-4bb4-a7a3-618d873c25d7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220224015240-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
ArtifactUUID:1a1c9da1-0dc5-4715-a99b-1bf5242fea96
ArtifactChecksum:ZmFlNjBlNDAzZmM4ZDdmYmIzOTg3MmYwNWMyNzQ5OWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9cd93e76-a4b2 0
ResourceCustomizationUUID:1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
ResourceInvariantUUID:61bfa668-4ae9-4d50-834f-c7fea0c289ca
ResourceName:vFW 9cd93e76-a4b2
ResourceType:VF
ResourceUUID:a71edf40-7e65-4bf2-bf12-749126235b29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9cd93e76a4b20_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
ArtifactUUID:794b31b4-5482-4b3f-8cec-cb8466fcefe6
ArtifactChecksum:ZmNiOGUzMzE2YmU5M2YyZTk3NDg0OWNkODc3NDFmYWQ=
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/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
ArtifactUUID:4e664db2-064c-47b4-b713-5c8b5b4f65a1
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/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
ArtifactUUID:19b88481-3183-4970-83de-ab01987d8cb0
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/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
ArtifactUUID:19b88481-3183-4970-83de-ab01987d8cb0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T01:56:08.790Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T01:56:08.825Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1a1c9da1-0dc5-4715-a99b-1bf5242fea96 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:08.826Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:08.827Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:09.337Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar 1a1c9da1-0dc5-4715-a99b-1bf5242fea96 98947
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar ASDC sendASDCNotification
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:09.345Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:09.346Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:09.347Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:09.348Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667769345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:09.448Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:09.449Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:09.449Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:09.458Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:09.459Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:10.348Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T01:56:10.349Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-24T01:56:10.350Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1a1c9da1-0dc5-4715-a99b-1bf5242fea96, URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar to file: /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.350Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.351Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.351Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:10.504Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13623708120759674616/Definitions/service-Vfw20220224015240-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-24T01:56:12.522Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9cd93e76-a4b2 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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.524Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||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-Vfw20220224015240-csar.csar
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.525Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-24T01:56:12.526Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.527Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:12.528Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.529Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:12.530Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:12.531Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.532Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.533Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6683d96-a718-4f46-baa0-03498fd5b2be
2022-02-24T01:56:12.534Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:12.535Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:56:12.536Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=99348cbe-3369-4b42-b79a-3f17808b84b1
2022-02-24T01:56:12.537Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:12.538Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:12.539Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68e3e110-79f5-4bcf-8f80-debd1df4b7c8
2022-02-24T01:56:12.540Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.541Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.542Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:12.542Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:12.542Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-24 01-52-40
Description:catalog service description
Model UUID:02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
Model Version:NULL
Model InvariantUuid:04934df3-2d0d-4bb4-a7a3-618d873c25d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9cd93e76-a4b2
Model UUID:835f7ccc-7688-4e75-ac0e-87fd6412f041
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:61bfa668-4ae9-4d50-834f-c7fea0c289ca
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eeb8c55f-2853-4f75-9e02-3dd067ee518b
ModelName:Vfw9cd93e76A4b2..base_vfw..module-0
ModelUuid:4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c6683d96-a718-4f46-baa0-03498fd5b2be
ModelInvariantUuid:703ec5f9-0eec-4e98-8d2d-a12f3facbf2d
ModelName:vFW 9cd93e76-a4b2-nodes.vfwCvfc
ModelUuid:04030d97-05e8-4f61-90e8-e0910b486795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:48324e4a-e5c0-4636-9049-8f6fc5979153
ModelInvariantUuid:f5131817-0dcd-43f1-8fec-80216b86f65c
ModelName:Vfw9cd93e76A4b2.compute.nodes.heat.vfw
ModelUuid:3b69d5fd-4b41-41b1-a5be-ab6fb9b2831c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:99348cbe-3369-4b42-b79a-3f17808b84b1
ModelInvariantUuid:b9cfec42-91f1-41dd-afb9-a26e4ddc668a
ModelName:vFW 9cd93e76-a4b2-nodes.vsnCvfc
ModelUuid:33ad9601-5d35-434e-9b6e-c5e0cf78c8af
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3cf66e22-bab7-43f3-947a-7e4b89932077
ModelInvariantUuid:0e81f631-035e-457d-bff3-66560d4ef714
ModelName:Vfw9cd93e76A4b2.compute.nodes.heat.vsn
ModelUuid:60e0d2b2-010e-48d1-96a7-6340402324e9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:68e3e110-79f5-4bcf-8f80-debd1df4b7c8
ModelInvariantUuid:63c26d06-caa3-481c-81e1-22eef3b9c969
ModelName:vFW 9cd93e76-a4b2-nodes.vpgCvfc
ModelUuid:8f56272d-8632-44b2-a60f-2f8200171c84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6ff7c7ac-1358-4476-9bf3-f5b3abbfa4b4
ModelInvariantUuid:51f82b1f-6f16-4954-852a-3147f2edf719
ModelName:Vfw9cd93e76A4b2.compute.nodes.heat.vpg
ModelUuid:121758b3-3839-4d71-a67e-bf71467dc3c9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T01:56:12.550Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a71edf40-7e65-4bf2-bf12-749126235b29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:56:12.552Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||vFW 9cd93e76-a4b2 0
2022-02-24T01:56:12.553Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a71edf40-7e65-4bf2-bf12-749126235b29
2022-02-24T01:56:12.553Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 794b31b4-5482-4b3f-8cec-cb8466fcefe6 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:12.553Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:12.554Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:12.754Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json 794b31b4-5482-4b3f-8cec-cb8466fcefe6 785
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json ASDC sendASDCNotification
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:12.755Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:12.756Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:12.757Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:12.758Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667772755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:12.858Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:12.859Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:12.860Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:12.871Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:12.871Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:13.758Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9cd93e76A4b2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eeb8c55f-2853-4f75-9e02-3dd067ee518b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6",
    "vfModuleModelCustomizationUUID": "8a1c1d81-a635-40d4-89fb-8a6ebfe2043c",
    "isBase": true,
    "artifacts": [
      "4e664db2-064c-47b4-b713-5c8b5b4f65a1",
      "19b88481-3183-4970-83de-ab01987d8cb0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T01:56:13.764Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9cd93e76A4b2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6
VfModuleModelInvariantUUID:eeb8c55f-2853-4f75-9e02-3dd067ee518b
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e664db2-064c-47b4-b713-5c8b5b4f65a1
,
19b88481-3183-4970-83de-ab01987d8cb0

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

isBase:true


}

2022-02-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9cd93e76A4b2..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "eeb8c55f-2853-4f75-9e02-3dd067ee518b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6",
    "vfModuleModelCustomizationUUID": "8a1c1d81-a635-40d4-89fb-8a6ebfe2043c",
    "isBase": true,
    "artifacts": [
      "4e664db2-064c-47b4-b713-5c8b5b4f65a1",
      "19b88481-3183-4970-83de-ab01987d8cb0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9cd93e76A4b2..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d4d55c5-1bd4-45ec-83ad-654c5f24d1f6
VfModuleModelInvariantUUID:eeb8c55f-2853-4f75-9e02-3dd067ee518b
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e664db2-064c-47b4-b713-5c8b5b4f65a1
,
19b88481-3183-4970-83de-ab01987d8cb0

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

isBase:true


}

2022-02-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4e664db2-064c-47b4-b713-5c8b5b4f65a1 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:13.767Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:13.768Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:14.045Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml 4e664db2-064c-47b4-b713-5c8b5b4f65a1 20368
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:14.046Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:14.047Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:14.049Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:14.049Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667774046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:14.149Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:14.150Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:14.150Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:14.159Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:14.160Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:15.050Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 19b88481-3183-4970-83de-ab01987d8cb0 from URL: /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:15.050Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-24T01:56:15.051Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:15.248Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env 19b88481-3183-4970-83de-ab01987d8cb0 2098
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T01:56:15.249Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:15.252Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:15.252Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667775249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:15.352Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:15.352Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:15.353Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:15.361Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:15.362Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:16.253Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
2022-02-24T01:56:16.253Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9cd93e76-a4b2 0 a71edf40-7e65-4bf2-bf12-749126235b29 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:56:16.273Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@651b2c37, org.onap.sdc.toscaparser.api.parameters.Input@2c813f8d, org.onap.sdc.toscaparser.api.parameters.Input@ccaa85f, org.onap.sdc.toscaparser.api.parameters.Input@59cdc7c4, org.onap.sdc.toscaparser.api.parameters.Input@658b225e]
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
2022-02-24T01:56:16.275Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c matches Tosca VF Customization UUID: 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
2022-02-24T01:56:16.276Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-24T01:56:16.278Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73619adc
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a1c1d81-a635-40d4-89fb-8a6ebfe2043c
2022-02-24T01:56:16.279Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a1c1d81-a635-40d4-89fb-8a6ebfe2043c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.281Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:16.282Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.283Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:16.284Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.284Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6683d96-a718-4f46-baa0-03498fd5b2be
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:16.286Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-24T01:56:16.287Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.288Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=99348cbe-3369-4b42-b79a-3f17808b84b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T01:56:16.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.290Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-24T01:56:16.291Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=68e3e110-79f5-4bcf-8f80-debd1df4b7c8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Node template vFW 9cd93e76-a4b2 0 is matching search criteria
2022-02-24T01:56:16.293Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9cd93e76-a4b2 0] matching following query criteria: sdcType=VF, customizationUUID=1cc5d42c-efc6-46c0-8f0a-3a3fa14cab8c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59: vFW 9cd93e76-a4b2
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.295Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-24 01-52-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T01:56:16.296Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-02-24 01-52-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T01:56:16.466Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9cd93e76-a4b2 a71edf40-7e65-4bf2-bf12-749126235b29 1 ASDC deployResourceStructure
2022-02-24T01:56:16.466Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json ASDC sendASDCNotification
2022-02-24T01:56:16.467Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json
2022-02-24T01:56:16.467Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:16.467Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:16.469Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:16.469Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667776466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:16.570Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T01:56:16.571Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:16.571Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:16.580Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:16.581Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:17.470Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-24T01:56:17.471Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml
2022-02-24T01:56:17.471Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:17.471Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:17.473Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:17.473Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667777470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:17.574Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:17.574Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:17.575Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:17.585Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:17.585Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:18.474Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-24T01:56:18.475Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env
2022-02-24T01:56:18.475Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:18.475Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:18.478Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:18.478Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667778474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:18.578Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:18.579Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:18.579Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:18.588Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:18.589Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:19.482Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar ASDC sendASDCNotification
2022-02-24T01:56:19.483Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar
2022-02-24T01:56:19.483Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T01:56:19.483Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:19.486Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:19.486Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667779482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:19.586Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:19.587Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:19.587Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:19.597Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:19.597Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T01:56:20.487Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:56:20.498Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T01:56:20.501Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T01:56:20.501Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T01:56:20.501Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T01:56:20.502Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T01:56:20.508Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T01:56:50.510Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T01:56:50.518Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and serviceModelVersionId: 02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59
2022-02-24T01:56:50.518Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04934df3-2d0d-4bb4-a7a3-618d873c25d7
2022-02-24T01:56:50.519Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0
2022-02-24T01:56:50.523Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T01:56:50.562Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|INFO|500||Invoke
2022-02-24T01:56:50.562Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70ec461a-edd3-4488-9d7a-e4b1c7d112fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a1baf07-0c69-47d1-8db1-1a101acd2ba8], X-ECOMP-RequestID=[70ec461a-edd3-4488-9d7a-e4b1c7d112fd], X-TransactionId=[], X-ONAP-RequestID=[70ec461a-edd3-4488-9d7a-e4b1c7d112fd], Content-Type=[application/merge-patch+json]}
2022-02-24T01:56:50.590Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T01:56:50.670Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?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/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220224-01:56:50:597-46968], vertex-id=[381040], Content-Length=[0], Date=[Thu, 24 Feb 2022 01:56:50 GMT], Content-Type=[application/json]}
2022-02-24T01:56:50.670Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-24T01:56:50.671Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04934df3-2d0d-4bb4-a7a3-618d873c25d7/model-vers/model-ver/02e0dafa-ddf3-42c2-bd99-f4b9be3b9e59?depth=0|INFO|500||InvokeReturn
2022-02-24T01:56:50.671Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T01:56:50.671Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T01:56:50.675Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T01:56:50.676Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70ec461a-edd3-4488-9d7a-e4b1c7d112fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T01:56:50.676Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T01:56:50.676Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-24T01:56:50.678Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T01:56:50.678Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667810676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:56:50.778Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T01:56:50.779Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T01:56:50.779Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:50.792Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:50.793Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T01:56:51.691Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:56:51.691Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T01:56:51.691Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:52.701Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:56:52.703Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:56:52.703Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:56:53.325Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:56:53.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4cb11736-859e-4f8c-8b4c-ce2ada56e581",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667756105,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667757122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667769345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667772755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667774046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667775249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667776466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/vfw9cd93e76a4b20_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667777470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667778474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/resourceInstances/vfw9cd93e76a4b20/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667779482,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220224015240/1.0/artifacts/service-Vfw20220224015240-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "70ec461a-edd3-4488-9d7a-e4b1c7d112fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645667810676,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T01:56:53.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T01:57:01.223Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:57:01.224Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:01.225Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T01:57:01.225Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:57:10.756Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:57:10.756Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:10.757Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T01:57:10.757Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:57:20.289Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:57:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T01:57:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:57:52.700Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:57:52.701Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:57:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:58:02.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:58:02.237Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:58:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:58:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T01:58:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:58:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:58:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:58:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:59:02.238Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:59:02.240Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T01:59:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:59:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T01:59:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T01:59:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T01:59:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T01:59:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:00:02.238Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:00:02.240Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:00:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:00:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T02:00:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:00:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:00:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:00:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:01:02.236Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:01:02.236Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:01:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:01:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T02:01:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:01:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:01:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:01:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:02:02.237Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:02:02.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:02:52.698Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:02:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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-02-24T02:02:52.699Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:02:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:02:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:02:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:03:02.238Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:03:02.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:03:52.698Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:03:52.699Z||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-02-24T02:03:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:03:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:03:52.701Z||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-02-24T02:03:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:04:02.236Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:04:02.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:04:52.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:04:52.700Z||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-02-24T02:04:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:04:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:04:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:04:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:05:02.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:05:02.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:05:52.698Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:05:52.699Z||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-02-24T02:05:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:05:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:05:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:05:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:06:02.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:06:02.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:06:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:06:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:06:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:06:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:06:52.702Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:06:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:07:02.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:07:02.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:07:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:07:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:07:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:07:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:07:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:07:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:08:02.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:08:02.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:08:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:08:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:08:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:08:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:08:52.701Z||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-02-24T02:08:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:09:02.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:09:02.241Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:09:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:09:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:09:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:09:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:09:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:09:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:02.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:02.237Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:52.698Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:10:52.699Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:10:52.699Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:10:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:10:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:53.153Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:53.154Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.154Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.155Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:10:53.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:10:53.321Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:53.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T02:10:53.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f285d75-3143-4386-ba34-5ee5a654f77f","serviceName":"basic_onboard_bFjbXC","serviceVersion":"1.0","serviceUUID":"50a7e3e5-f683-4bc5-bab8-2e848172e00a","serviceDescription":"service","serviceInvariantUUID":"abfdf20c-3412-48f0-b4e4-d468c4a32feb","resources":[{"resourceInstanceName":"basic_onboard_bFjbXC 0","resourceName":"basic_onboard_bFjbXC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1c072aa-0b52-4911-bb24-bf24f1369bd8","resourceInvariantUUID":"05b781e0-02e0-4ebf-91a7-16daa6253c23","resourceCustomizationUUID":"872aea29-bf00-438f-bd3a-c62b07eb185e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml","artifactChecksum":"YmRlZDk4MTkxMWE1MWM1ZjQ1ZGM5ZTc0YjY2ZTk4MWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0b2e312f-2173-4b09-b367-c3bcfb4f1f0a","artifactVersion":"1"},{"artifactName":"basic_onboard_bfjbxc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json","artifactChecksum":"NTFiZWEwZThlOTIxN2ZhNTZlNWFjZWYxZGYxMjUwNzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4858e740-caf2-4e99-8d0b-82e955562a0a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c183e2f1-85f8-4c2b-9026-2124d62d1b43","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82229710-f2c4-4e05-b4ad-f1ddb1e01291","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdfa56ec-0b29-4ecf-a148-9318047d38f2","artifactVersion":"2","generatedFromUUID":"c183e2f1-85f8-4c2b-9026-2124d62d1b43"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBfjbxc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml","artifactChecksum":"NDc0OWY1MDYyODE5NjQ4Njc3YTFiNTRlNGQ3ZjRkYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b83bff77-8b4f-46cd-a41d-c42dde12d040","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBfjbxc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar","artifactChecksum":"NTc1YmU3OTdlMDhhMWJhZjQxMGI4ZDU3MTRjYzhmNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10704224-c6b2-416f-9c0e-023e1ffc4fc9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:10:53.324Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:53.325Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:53.328Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:53.328Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:53.428Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:53.429Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:53.429Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:53.439Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:53.440Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:54.328Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:54.330Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:54.332Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:54.332Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:10:54.432Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:54.433Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:54.433Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:54.442Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:54.442Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:55.332Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:55.333Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:55.335Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:55.335Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:10:55.436Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:10:55.437Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:55.437Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:55.446Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:55.446Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:56.336Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:56.337Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:56.339Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:56.339Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:56.439Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:10:56.440Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:56.440Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:56.449Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:56.449Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:57.340Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:57.341Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:57.343Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:57.343Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-24T02:10:57.443Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:10:57.444Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:57.444Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:57.453Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:57.454Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:58.344Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:58.345Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:58.347Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:58.347Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:10:58.447Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:58.448Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:58.448Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:58.456Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:58.456Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:10:59.347Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:10:59.348Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:10:59.351Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:10:59.351Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:10:59.451Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:10:59.451Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:10:59.451Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:10:59.460Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:10:59.460Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:00.352Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "serviceName": "basic_onboard_bFjbXC",
  "serviceVersion": "1.0",
  "serviceUUID": "50a7e3e5-f683-4bc5-bab8-2e848172e00a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abfdf20c-3412-48f0-b4e4-d468c4a32feb",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bFjbXC 0",
      "resourceCustomizationUUID": "872aea29-bf00-438f-bd3a-c62b07eb185e",
      "resourceName": "basic_onboard_bFjbXC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c1c072aa-0b52-4911-bb24-bf24f1369bd8",
      "resourceInvariantUUID": "05b781e0-02e0-4ebf-91a7-16daa6253c23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bfjbxc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
          "artifactChecksum": "NTFiZWEwZThlOTIxN2ZhNTZlNWFjZWYxZGYxMjUwNzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4858e740-caf2-4e99-8d0b-82e955562a0a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c183e2f1-85f8-4c2b-9026-2124d62d1b43",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bdfa56ec-0b29-4ecf-a148-9318047d38f2",
            "generatedFromUUID": "c183e2f1-85f8-4c2b-9026-2124d62d1b43"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bdfa56ec-0b29-4ecf-a148-9318047d38f2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBfjbxc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
      "artifactChecksum": "NTc1YmU3OTdlMDhhMWJhZjQxMGI4ZDU3MTRjYzhmNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10704224-c6b2-416f-9c0e-023e1ffc4fc9"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:11:00.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:11:00.353Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 50a7e3e5-f683-4bc5-bab8-2e848172e00a ASDC
2022-02-24T02:11:00.354Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5f285d75-3143-4386-ba34-5ee5a654f77f
ServiceName:basic_onboard_bFjbXC
ServiceVersion:1.0
ServiceUUID:50a7e3e5-f683-4bc5-bab8-2e848172e00a
ServiceInvariantUUID:abfdf20c-3412-48f0-b4e4-d468c4a32feb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBfjbxc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
ArtifactUUID:10704224-c6b2-416f-9c0e-023e1ffc4fc9
ArtifactChecksum:NTc1YmU3OTdlMDhhMWJhZjQxMGI4ZDU3MTRjYzhmNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bFjbXC 0
ResourceCustomizationUUID:872aea29-bf00-438f-bd3a-c62b07eb185e
ResourceInvariantUUID:05b781e0-02e0-4ebf-91a7-16daa6253c23
ResourceName:basic_onboard_bFjbXC
ResourceType:VF
ResourceUUID:c1c072aa-0b52-4911-bb24-bf24f1369bd8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bfjbxc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
ArtifactUUID:4858e740-caf2-4e99-8d0b-82e955562a0a
ArtifactChecksum:NTFiZWEwZThlOTIxN2ZhNTZlNWFjZWYxZGYxMjUwNzU=
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/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c183e2f1-85f8-4c2b-9026-2124d62d1b43
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/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
ArtifactUUID:bdfa56ec-0b29-4ecf-a148-9318047d38f2
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/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
ArtifactUUID:bdfa56ec-0b29-4ecf-a148-9318047d38f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T02:11:00.354Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50a7e3e5-f683-4bc5-bab8-2e848172e00a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:11:00.381Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10704224-c6b2-416f-9c0e-023e1ffc4fc9 from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:00.382Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:00.868Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar 10704224-c6b2-416f-9c0e-023e1ffc4fc9 71559
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar ASDC sendASDCNotification
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:00.876Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:00.877Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:00.877Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668660876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:11:00.978Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:11:00.978Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:00.978Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:00.986Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:00.987Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:01.878Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:11:01.879Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:11:01.879Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 10704224-c6b2-416f-9c0e-023e1ffc4fc9, URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar to file: /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:01.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:01.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:01.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.037Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11926824987079700903/Definitions/service-BasicOnboardBfjbxc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-24T02:11:02.948Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.949Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bFjbXC 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-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:11:02.950Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is not matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-24T02:11:02.951Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:02.952Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is not matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0046abbb-1954-41a3-928e-a1a715c74feb
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.953Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:02.954Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bFjbXC
Description:service
Model UUID:50a7e3e5-f683-4bc5-bab8-2e848172e00a
Model Version:NULL
Model InvariantUuid:abfdf20c-3412-48f0-b4e4-d468c4a32feb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bFjbXC
Model UUID:e25c98fa-bed1-4d88-a5e4-c7a7c3b0b565
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:05b781e0-02e0-4ebf-91a7-16daa6253c23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:872aea29-bf00-438f-bd3a-c62b07eb185e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b6a82bf-4ef0-4654-895d-2b5bd8bb9385
ModelName:BasicOnboardBfjbxc..base_ubuntu18..module-0
ModelUuid:6d718b39-e042-4cc7-839e-368963884a3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0046abbb-1954-41a3-928e-a1a715c74feb
ModelInvariantUuid:9ea9d1ac-3240-4abf-b885-8132214a89ef
ModelName:basic_onboard_bFjbXC-nodes.ubuntu18Cvfc
ModelUuid:1ea3e4de-e92e-4798-8c00-0ba65a5b0e8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5628e248-3b08-44c8-a7c2-0f5efcb8a9dd
ModelInvariantUuid:c8e74f46-b8ff-4cf0-a320-ad8b43ba4dbf
ModelName:BasicOnboardBfjbxc.compute.nodes.heat.ubuntu18
ModelUuid:bc1dcd52-91ba-4e76-b121-6610ae5fe347
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:11:02.962Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c1c072aa-0b52-4911-bb24-bf24f1369bd8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||basic_onboard_bFjbXC 0
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1c072aa-0b52-4911-bb24-bf24f1369bd8
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4858e740-caf2-4e99-8d0b-82e955562a0a from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:02.969Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:03.268Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:03.268Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json 4858e740-caf2-4e99-8d0b-82e955562a0a 798
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json ASDC sendASDCNotification
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:03.269Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:03.272Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:03.272Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668663269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:11:03.374Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-24T02:11:03.375Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:03.375Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:03.384Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:03.384Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:04.273Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBfjbxc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6b6a82bf-4ef0-4654-895d-2b5bd8bb9385",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d718b39-e042-4cc7-839e-368963884a3a",
    "vfModuleModelCustomizationUUID": "768a2086-ff64-48b6-8402-c52f46970ad4",
    "isBase": true,
    "artifacts": [
      "c183e2f1-85f8-4c2b-9026-2124d62d1b43",
      "bdfa56ec-0b29-4ecf-a148-9318047d38f2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:11:04.277Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfjbxc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d718b39-e042-4cc7-839e-368963884a3a
VfModuleModelInvariantUUID:6b6a82bf-4ef0-4654-895d-2b5bd8bb9385
VfModuleModelDescription:NULL
Artifacts UUID List:{
c183e2f1-85f8-4c2b-9026-2124d62d1b43
,
bdfa56ec-0b29-4ecf-a148-9318047d38f2

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

isBase:true


}

2022-02-24T02:11:04.278Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBfjbxc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "6b6a82bf-4ef0-4654-895d-2b5bd8bb9385",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d718b39-e042-4cc7-839e-368963884a3a",
    "vfModuleModelCustomizationUUID": "768a2086-ff64-48b6-8402-c52f46970ad4",
    "isBase": true,
    "artifacts": [
      "c183e2f1-85f8-4c2b-9026-2124d62d1b43",
      "bdfa56ec-0b29-4ecf-a148-9318047d38f2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfjbxc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d718b39-e042-4cc7-839e-368963884a3a
VfModuleModelInvariantUUID:6b6a82bf-4ef0-4654-895d-2b5bd8bb9385
VfModuleModelDescription:NULL
Artifacts UUID List:{
c183e2f1-85f8-4c2b-9026-2124d62d1b43
,
bdfa56ec-0b29-4ecf-a148-9318047d38f2

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

isBase:true


}

2022-02-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c183e2f1-85f8-4c2b-9026-2124d62d1b43 from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:04.279Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:04.533Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:04.533Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml c183e2f1-85f8-4c2b-9026-2124d62d1b43 5033
2022-02-24T02:11:04.533Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-24T02:11:04.534Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:04.534Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:04.534Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:04.536Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:04.536Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668664533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:11:04.637Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:11:04.637Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:04.638Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:04.647Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:04.647Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:05.537Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bdfa56ec-0b29-4ecf-a148-9318047d38f2 from URL: /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:05.538Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:11:05.538Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:05.736Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env bdfa56ec-0b29-4ecf-a148-9318047d38f2 909
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:11:05.737Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:05.739Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:05.740Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668665737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:11:05.840Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:11:05.841Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:05.841Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:05.849Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:05.850Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:06.740Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 50a7e3e5-f683-4bc5-bab8-2e848172e00a
2022-02-24T02:11:06.741Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bFjbXC 0 c1c072aa-0b52-4911-bb24-bf24f1369bd8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:11:06.754Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a14fd79, org.onap.sdc.toscaparser.api.parameters.Input@7ca168af, org.onap.sdc.toscaparser.api.parameters.Input@885845, org.onap.sdc.toscaparser.api.parameters.Input@5baa74b9, org.onap.sdc.toscaparser.api.parameters.Input@4648b580]
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 872aea29-bf00-438f-bd3a-c62b07eb185e
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 872aea29-bf00-438f-bd3a-c62b07eb185e matches Tosca VF Customization UUID: 872aea29-bf00-438f-bd3a-c62b07eb185e
2022-02-24T02:11:06.756Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 872aea29-bf00-438f-bd3a-c62b07eb185e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T02:11:06.758Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.759Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.759Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 872aea29-bf00-438f-bd3a-c62b07eb185e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-24T02:11:06.759Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bd4d897
2022-02-24T02:11:06.760Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.760Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:11:06.760Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 768a2086-ff64-48b6-8402-c52f46970ad4
2022-02-24T02:11:06.760Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 768a2086-ff64-48b6-8402-c52f46970ad4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T02:11:06.762Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.763Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:06.763Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:06.763Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.763Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:06.763Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:06.763Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.764Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is not matching search criteria
2022-02-24T02:11:06.764Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-24T02:11:06.764Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:11:06.764Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0046abbb-1954-41a3-928e-a1a715c74feb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T02:11:06.766Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.766Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:06.766Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:11:06.766Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.766Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_bFjbXC 0 is matching search criteria
2022-02-24T02:11:06.767Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_bFjbXC 0] matching following query criteria: sdcType=VF, customizationUUID=872aea29-bf00-438f-bd3a-c62b07eb185e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:11:06.768Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.768Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.768Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 50a7e3e5-f683-4bc5-bab8-2e848172e00a: basic_onboard_bFjbXC
2022-02-24T02:11:06.768Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.769Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:11:06.770Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_bFjbXC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:11:06.770Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_bFjbXC 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:11:06.849Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bFjbXC c1c072aa-0b52-4911-bb24-bf24f1369bd8 1 ASDC deployResourceStructure
2022-02-24T02:11:06.849Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json ASDC sendASDCNotification
2022-02-24T02:11:06.850Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json
2022-02-24T02:11:06.850Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:11:06.850Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:06.852Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:06.852Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668666849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:11:06.952Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:11:06.953Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:06.953Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:06.962Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:06.962Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:07.853Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-24T02:11:07.854Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml
2022-02-24T02:11:07.854Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:11:07.854Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:07.856Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:07.856Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668667853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:11:07.956Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:11:07.957Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:07.957Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:07.967Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:07.967Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:08.857Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-24T02:11:08.858Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env
2022-02-24T02:11:08.858Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:11:08.858Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:08.859Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:08.860Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668668857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:11:08.960Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:11:08.961Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:08.961Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:08.971Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:08.971Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:09.860Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar ASDC sendASDCNotification
2022-02-24T02:11:09.861Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar
2022-02-24T02:11:09.862Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:11:09.862Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:11:09.864Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:11:09.864Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668669860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:11:09.964Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:11:09.965Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:11:09.965Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:09.975Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:09.975Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:11:10.865Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:11:10.878Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:11:10.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:11:10.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:11:10.880Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:11:40.881Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:11:40.893Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:11:40.896Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:11:40.896Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:11:40.896Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:11:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:11:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:11:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:11:52.724Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:11:52.724Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T02:11:52.724Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:11:52.725Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:12:10.896Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:12:10.908Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:12:10.910Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:12:10.910Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:12:10.911Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:12:40.911Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:12:40.923Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:12:40.926Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:12:40.926Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:12:40.927Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:12:52.700Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:12:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:12:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:12:52.722Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:12:52.722Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-24T02:12:52.723Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:12:52.723Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:10.927Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:13:10.939Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:13:10.944Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:13:10.944Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:13:10.944Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:13:40.944Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:13:40.956Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:13:40.958Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:13:40.958Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:13:40.959Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:13:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:13:52.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:13:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:13:53.226Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:13:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668647563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668649539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668650476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668658444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668658446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668658447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668652698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "cds",
  "timestamp": 1645668659451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:13:53.240Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f285d75-3143-4386-ba34-5ee5a654f77f
2022-02-24T02:13:53.240Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f285d75-3143-4386-ba34-5ee5a654f77f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668659450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668659765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "policy-id",
  "timestamp": 1645668660452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:13:53.255Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f285d75-3143-4386-ba34-5ee5a654f77f
2022-02-24T02:13:53.255Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f285d75-3143-4386-ba34-5ee5a654f77f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:13:53.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668660876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668661065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645668654646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668662137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:13:53.270Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f285d75-3143-4386-ba34-5ee5a654f77f
2022-02-24T02:13:53.270Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f285d75-3143-4386-ba34-5ee5a654f77f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T02:13:53.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645668663141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668663269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668664533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668665737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668659372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668666849,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668667275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668667853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668668857,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668669324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668669860,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.282Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645668670328,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:13:53.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f285d75-3143-4386-ba34-5ee5a654f77f
2022-02-24T02:13:53.288Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f285d75-3143-4386-ba34-5ee5a654f77f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:13:53.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.297Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.298Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.298Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/basic_onboard_bfjbxc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668667711,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/resourceInstances/basic_onboard_bfjbxc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:13:53.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668670656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:13:53.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:13:53.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668678378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668683410,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:13:53.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668683586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.303Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "aai-ml",
  "timestamp": 1645668684590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:13:53.309Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f285d75-3143-4386-ba34-5ee5a654f77f
2022-02-24T02:13:53.309Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f285d75-3143-4386-ba34-5ee5a654f77f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:13:53.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668685420,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfjbxc/1.0/artifacts/service-BasicOnboardBfjbxc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:13:53.318Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:13:53.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:13:53.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "clamp",
  "timestamp": 1645668686424,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:13:53.323Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f285d75-3143-4386-ba34-5ee5a654f77f
2022-02-24T02:13:53.323Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f285d75-3143-4386-ba34-5ee5a654f77f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:14:10.959Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:14:10.972Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:14:10.975Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:14:10.981Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:14:40.981Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f285d75-3143-4386-ba34-5ee5a654f77f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:14:40.987Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f285d75-3143-4386-ba34-5ee5a654f77f and serviceModelVersionId: 50a7e3e5-f683-4bc5-bab8-2e848172e00a
2022-02-24T02:14:40.987Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abfdf20c-3412-48f0-b4e4-d468c4a32feb
2022-02-24T02:14:40.989Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0
2022-02-24T02:14:40.995Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:14:41.042Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0|INFO|500||Invoke
2022-02-24T02:14:41.043Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f285d75-3143-4386-ba34-5ee5a654f77f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8679e7f8-d7a6-4e69-b694-057ef454bedf], X-ECOMP-RequestID=[5f285d75-3143-4386-ba34-5ee5a654f77f], X-TransactionId=[], X-ONAP-RequestID=[5f285d75-3143-4386-ba34-5ee5a654f77f], Content-Type=[application/merge-patch+json]}
2022-02-24T02:14:41.067Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:14:41.362Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?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/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220224-02:14:41:075-45785], vertex-id=[393328], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:14:41 GMT], Content-Type=[application/json]}
2022-02-24T02:14:41.363Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:14:41.364Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abfdf20c-3412-48f0-b4e4-d468c4a32feb/model-vers/model-ver/50a7e3e5-f683-4bc5-bab8-2e848172e00a?depth=0|INFO|500||InvokeReturn
2022-02-24T02:14:41.365Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:14:41.365Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:14:41.370Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:14:41.370Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f285d75-3143-4386-ba34-5ee5a654f77f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:14:41.370Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:14:41.370Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:14:41.372Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:14:41.372Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668881370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:14:41.473Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:14:41.473Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:14:41.473Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:14:41.485Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:14:41.485Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:14:42.386Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:14:42.387Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:14:42.387Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:14:52.701Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:14:52.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:14:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:14:52.797Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:14:52.797Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:14:52.798Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:14:52.798Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:14:53.324Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:14:53.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:14:53.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f285d75-3143-4386-ba34-5ee5a654f77f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645668881370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:14:53.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:15:02.330Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:15:02.331Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:15:02.331Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:15:02.332Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:15:11.861Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:15:11.862Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:15:11.862Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:15:11.862Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:15:21.393Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:15:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:15:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:15:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:15:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:15:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:15:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:16:02.239Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:16:02.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:16:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:16:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:16:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:16:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:16:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:16:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:17:02.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:17:02.235Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:17:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:17:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:17:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:17:52.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:17:52.701Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:17:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:18:02.241Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:18:02.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:18:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:18:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:18:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:18:52.700Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:18:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:18:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:19:02.237Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:19:02.237Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:19:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:19:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:19:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:19:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:19:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:19:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:20:02.235Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:20:02.236Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:20:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:20:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:20:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:20:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:20:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:20:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:21:02.235Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:21:02.254Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:21:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:21:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:21:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:21:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:21:52.701Z||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-02-24T02:21:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:02.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:02.238Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:52.698Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:22:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:22:52.699Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:52.700Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:22:52.701Z||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-02-24T02:22:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:53.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:53.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.320Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:53.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.321Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.321Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"039a008f-05a1-484a-b22d-cd3cc8ad82d8","serviceName":"Demo_pNF_t4rWBn9MogdLpCLohp9S","serviceVersion":"1.0","serviceUUID":"d0de5d64-8b38-4d42-ad78-274ec057881e","serviceDescription":"catalog service description","serviceInvariantUUID":"31e72707-522b-49de-9446-f18730944fcc","resources":[{"resourceInstanceName":"pNF e8861d07-9acb 0","resourceName":"pNF e8861d07-9acb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea984097-7ee4-4194-b30d-831e71cea898","resourceInvariantUUID":"a6d626e5-e407-4fac-baab-0889d2198d89","resourceCustomizationUUID":"b7dcb074-3a55-47bf-8254-5a0eb4cef28f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml","artifactChecksum":"NWYyYjgyMTYyZGI3YjA3MWUyZTVhMzgwNmI2MDMwNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06abe332-d1e9-4d92-85e5-6f5e2f40af6a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar","artifactChecksum":"YzFmYjc2OTljYTcwY2MwZjlhMDczMjU2ZTZhODg4ODE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"165afab5-e652-4c83-af7b-06f2d729b99d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fc3930b-6c9b-4bf0-9abd-702630a5ccc6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg0Y2E5NDA5YzQ5NDk0YmQ4ZjdhNTdhYWM2MTMxYzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a54edc9e-6f32-45c7-ab7f-2e91b02299b3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a4e417c-a53f-471e-bcbc-8c8896ab42f5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3745f65-d297-4607-ad46-8c7aed9a9443","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml","artifactChecksum":"ZDFmN2ZhMDQ4YzIyNzVkMzFkZDdjODA1NWZiYjAzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d17e963-cfce-4826-816e-dc0c2e41e0a1","artifactVersion":"1"},{"artifactName":"service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar","artifactChecksum":"NzQ2NTJmOGM1ODI3Yjg5OTk2YzdhMGJjYmNjY2NiZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8098f986-d6e8-43dc-8c55-df4cc0ce5bc7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.324Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.324Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669355476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669360656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669357711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:22:53.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:22:53.325Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:53.326Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:53.426Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:22:53.427Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:53.427Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:53.435Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:53.435Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:22:54.326Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:54.327Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:54.329Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:54.329Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:54.430Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:22:54.431Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:54.431Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:54.439Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:54.439Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:22:55.330Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:55.331Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:55.333Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:55.333Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:55.433Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:22:55.434Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:55.434Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:55.443Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:55.443Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:22:56.333Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:56.334Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:56.337Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:56.337Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:56.437Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:22:56.438Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:56.438Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:56.446Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:56.447Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:22:57.338Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:57.338Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:57.341Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:57.341Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:57.441Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:22:57.442Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:57.442Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:57.451Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:57.451Z||pool-63-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:22:58.342Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:58.343Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:58.345Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:58.345Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:58.445Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:22:58.446Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:58.446Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:58.456Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:58.456Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:22:59.346Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:22:59.347Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:22:59.349Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:22:59.349Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:22:59.449Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:22:59.450Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:22:59.450Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:22:59.460Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:22:59.461Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:23:00.349Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:23:00.350Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:23:00.352Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:23:00.353Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:23:00.453Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:23:00.454Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:23:00.454Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:23:00.466Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:23:00.466Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:23:01.353Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "serviceName": "Demo_pNF_t4rWBn9MogdLpCLohp9S",
  "serviceVersion": "1.0",
  "serviceUUID": "d0de5d64-8b38-4d42-ad78-274ec057881e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31e72707-522b-49de-9446-f18730944fcc",
  "resources": [
    {
      "resourceInstanceName": "pNF e8861d07-9acb 0",
      "resourceCustomizationUUID": "b7dcb074-3a55-47bf-8254-5a0eb4cef28f",
      "resourceName": "pNF e8861d07-9acb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ea984097-7ee4-4194-b30d-831e71cea898",
      "resourceInvariantUUID": "a6d626e5-e407-4fac-baab-0889d2198d89",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
      "artifactChecksum": "NzQ2NTJmOGM1ODI3Yjg5OTk2YzdhMGJjYmNjY2NiZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8098f986-d6e8-43dc-8c55-df4cc0ce5bc7"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:23:01.354Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:23:01.354Z|5f285d75-3143-4386-ba34-5ee5a654f77f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0de5d64-8b38-4d42-ad78-274ec057881e ASDC
2022-02-24T02:23:01.354Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:039a008f-05a1-484a-b22d-cd3cc8ad82d8
ServiceName:Demo_pNF_t4rWBn9MogdLpCLohp9S
ServiceVersion:1.0
ServiceUUID:d0de5d64-8b38-4d42-ad78-274ec057881e
ServiceInvariantUUID:31e72707-522b-49de-9446-f18730944fcc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
ArtifactUUID:8098f986-d6e8-43dc-8c55-df4cc0ce5bc7
ArtifactChecksum:NzQ2NTJmOGM1ODI3Yjg5OTk2YzdhMGJjYmNjY2NiZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e8861d07-9acb 0
ResourceCustomizationUUID:b7dcb074-3a55-47bf-8254-5a0eb4cef28f
ResourceInvariantUUID:a6d626e5-e407-4fac-baab-0889d2198d89
ResourceName:pNF e8861d07-9acb
ResourceType:PNF
ResourceUUID:ea984097-7ee4-4194-b30d-831e71cea898
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-24T02:23:01.354Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0de5d64-8b38-4d42-ad78-274ec057881e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:23:01.379Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:23:01.380Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:23:01.380Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:23:01.380Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8098f986-d6e8-43dc-8c55-df4cc0ce5bc7 from URL: /sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:01.380Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:23:01.380Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:01.765Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:23:01.770Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar 8098f986-d6e8-43dc-8c55-df4cc0ce5bc7 82613
2022-02-24T02:23:01.770Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar ASDC sendASDCNotification
2022-02-24T02:23:01.771Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:01.771Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:23:01.771Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:23:01.773Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:23:01.773Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669381770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:23:01.873Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:23:01.874Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:23:01.874Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:23:01.883Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:23:01.883Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:23:02.773Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:23:02.774Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:23:02.774Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8098f986-d6e8-43dc-8c55-df4cc0ce5bc7, URL: /sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar to file: /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:02.774Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:02.775Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:02.775Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:02.851Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15832604546546070725/Definitions/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e8861d07-9acb 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-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.424Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Node template pNF e8861d07-9acb 0 is matching search criteria
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e8861d07-9acb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Node template pNF e8861d07-9acb 0 is matching search criteria
2022-02-24T02:23:03.425Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e8861d07-9acb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.426Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_t4rWBn9MogdLpCLohp9S
Description:catalog service description
Model UUID:d0de5d64-8b38-4d42-ad78-274ec057881e
Model Version:NULL
Model InvariantUuid:31e72707-522b-49de-9446-f18730944fcc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:23:03.434Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea984097-7ee4-4194-b30d-831e71cea898
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:23:03.437Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||pNF e8861d07-9acb 0
2022-02-24T02:23:03.437Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea984097-7ee4-4194-b30d-831e71cea898
2022-02-24T02:23:03.438Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d0de5d64-8b38-4d42-ad78-274ec057881e
2022-02-24T02:23:03.438Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d0de5d64-8b38-4d42-ad78-274ec057881e
2022-02-24T02:23:03.438Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e8861d07-9acb 0 ea984097-7ee4-4194-b30d-831e71cea898 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:23:03.443Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e833e80, org.onap.sdc.toscaparser.api.parameters.Input@50857132, org.onap.sdc.toscaparser.api.parameters.Input@4d1e2b97, org.onap.sdc.toscaparser.api.parameters.Input@299929a8, org.onap.sdc.toscaparser.api.parameters.Input@e497525]
2022-02-24T02:23:03.444Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.444Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.444Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d0de5d64-8b38-4d42-ad78-274ec057881e: pNF e8861d07-9acb
2022-02-24T02:23:03.444Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Processing PNF resource: ea984097-7ee4-4194-b30d-831e71cea898
2022-02-24T02:23:03.444Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:23:03.444Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_t4rWBn9MogdLpCLohp9S is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:23:03.445Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||Resource customization UUID: b7dcb074-3a55-47bf-8254-5a0eb4cef28f is the same as notified resource customizationUUID: b7dcb074-3a55-47bf-8254-5a0eb4cef28f
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-24T02:23:03.508Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e8861d07-9acb ea984097-7ee4-4194-b30d-831e71cea898 0 ASDC deployResourceStructure
2022-02-24T02:23:03.508Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar ASDC sendASDCNotification
2022-02-24T02:23:03.508Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar
2022-02-24T02:23:03.508Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:23:03.508Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:23:03.509Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:23:03.510Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669383508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:23:03.610Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:23:03.611Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:23:03.611Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:23:03.621Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:23:03.621Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:23:04.510Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:23:04.520Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:23:04.523Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:23:04.523Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:23:04.523Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:23:34.524Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:23:34.533Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:23:34.535Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:23:34.535Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:23:34.535Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:23:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:23:52.701Z||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-02-24T02:23:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:23:52.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:23:52.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:23:52.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:23:52.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:24:04.535Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:24:04.546Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:24:04.548Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:24:04.549Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:24:04.549Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:24:34.549Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:24:34.561Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:24:34.563Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:24:34.563Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:24:34.564Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:24:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:24:52.701Z||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-02-24T02:24:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:24:52.726Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:24:52.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:24:52.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:24:52.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:04.564Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:25:04.575Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:25:04.577Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:25:04.577Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:25:04.578Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:25:34.578Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:25:34.586Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:25:34.588Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:25:34.588Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:25:34.588Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:25:52.701Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:25:52.701Z||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-02-24T02:25:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:25:52.729Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:25:52.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669373481,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669373483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "cds",
  "timestamp": 1645669374487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:25:52.742Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 039a008f-05a1-484a-b22d-cd3cc8ad82d8
2022-02-24T02:25:52.742Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:25:52.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669367563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669369539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669377536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669378339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "aai-ml",
  "timestamp": 1645669378542,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:25:52.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 039a008f-05a1-484a-b22d-cd3cc8ad82d8
2022-02-24T02:25:52.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:25:52.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669379342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:25:52.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669372698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:25:52.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "policy-id",
  "timestamp": 1645669380345,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:25:52.776Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 039a008f-05a1-484a-b22d-cd3cc8ad82d8
2022-02-24T02:25:52.776Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:25:52.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669381770,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669374646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669382520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669383508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669383644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669384818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:25:52.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/resourceInstances/pnfe8861d079acb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669385521,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669385821,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:25:52.792Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 039a008f-05a1-484a-b22d-cd3cc8ad82d8
2022-02-24T02:25:52.792Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:25:52.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:25:52.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "clamp",
  "timestamp": 1645669386526,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:25:52.807Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 039a008f-05a1-484a-b22d-cd3cc8ad82d8
2022-02-24T02:25:52.807Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669379372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669388184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669389888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfT4rwbn9mogdlpclohp9s/1.0/artifacts/service-DemoPnfT4rwbn9mogdlpclohp9s-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-24T02:25:52.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669390891,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:25:52.822Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 039a008f-05a1-484a-b22d-cd3cc8ad82d8
2022-02-24T02:25:52.822Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:26:04.589Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:26:04.601Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.604Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:26:04.605Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:26:04.610Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:26:34.610Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:26:34.614Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and serviceModelVersionId: d0de5d64-8b38-4d42-ad78-274ec057881e
2022-02-24T02:26:34.614Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31e72707-522b-49de-9446-f18730944fcc
2022-02-24T02:26:34.615Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31e72707-522b-49de-9446-f18730944fcc/model-vers/model-ver/d0de5d64-8b38-4d42-ad78-274ec057881e?depth=0
2022-02-24T02:26:34.619Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:26:34.649Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31e72707-522b-49de-9446-f18730944fcc/model-vers/model-ver/d0de5d64-8b38-4d42-ad78-274ec057881e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-24T02:26:34.649Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31e72707-522b-49de-9446-f18730944fcc/model-vers/model-ver/d0de5d64-8b38-4d42-ad78-274ec057881e?depth=0|INFO|500||Invoke
2022-02-24T02:26:34.673Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31e72707-522b-49de-9446-f18730944fcc/model-vers/model-ver/d0de5d64-8b38-4d42-ad78-274ec057881e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:26:35.169Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31e72707-522b-49de-9446-f18730944fcc/model-vers/model-ver/d0de5d64-8b38-4d42-ad78-274ec057881e?depth=0|INFO|500||InvokeReturn
2022-02-24T02:26:35.169Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31e72707-522b-49de-9446-f18730944fcc/model-vers/model-ver/d0de5d64-8b38-4d42-ad78-274ec057881e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220224-02:26:34:681-16842], vertex-id=[430136], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:26:34 GMT], Content-Type=[application/json]}
2022-02-24T02:26:35.170Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:26:35.170Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:26:35.170Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:26:35.174Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:26:35.174Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 039a008f-05a1-484a-b22d-cd3cc8ad82d8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:26:35.174Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:26:35.175Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:35.177Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:35.177Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669595174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:26:35.277Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:35.286Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:35.286Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:35.298Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:35.298Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:26:36.188Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:26:36.188Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:26:36.188Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:40.705Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:40.706Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T02:26:40.706Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3897720-cf4e-42b4-8956-f328336c9418","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"86a1d37c-6ca3-4785-b13c-0ca4a5cf5721","serviceDescription":"service","serviceInvariantUUID":"b8f8a8de-dd27-412e-9167-8a7bc0563f75","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b15f5ef-9f61-45b9-8eba-cf6837195fbe","resourceInvariantUUID":"ec4d4f0f-b840-4ba1-82a6-ceafe544ff39","resourceCustomizationUUID":"97191eed-38ca-4ead-b7b1-ddf2b5a3936e","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":"YTdmZWFjNTdkOGViNzhkZWYwMDg3OGU1NGZjMGQ5YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d998a132-3b66-420b-827d-ce1281cc8c5a","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":"OTkzZGU0YjRjZWFkZmNjMGVlYzk2ZTE4Njk4NmIwNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2aa80e50-5f0c-4dd9-b363-cd59ac3ec771","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":"f2abc00d-47ff-49b8-9da3-7b21f2b2e094","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":"ec520d28-d344-4e54-b3ef-6506b2021db2","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":"51553b3d-37d4-4712-af6f-e0fed968f6bd","artifactVersion":"2","generatedFromUUID":"f2abc00d-47ff-49b8-9da3-7b21f2b2e094"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDEzNWUyNDJlYjQ1Zjc0OGI0ZmUxMTg5NWQzY2ZjZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb7795eb-846b-4aa8-95a2-48220f067822","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZmUyZTg4MDc2Y2IyNDhhM2UxZjc0NDU4MWJkM2ZlN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b659f522-f0ce-4c6d-b88b-3b6da834eeac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:26:40.707Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:40.708Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:40.710Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:40.710Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:40.810Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:40.811Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:40.811Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:40.821Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:40.821Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:41.710Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:41.711Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:41.713Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:41.713Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:26:41.814Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:41.815Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:41.815Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:41.825Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:41.825Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:26:42.714Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:42.715Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:42.717Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:42.717Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:26:42.817Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:42.818Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:42.818Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:42.829Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:42.829Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:43.718Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:43.719Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:43.721Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:43.721Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:43.821Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:43.822Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:43.822Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:43.832Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:43.832Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:44.721Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:44.722Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:44.724Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:44.725Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-24T02:26:44.825Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:44.825Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:44.825Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:44.835Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:44.835Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:45.725Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:45.726Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:45.728Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:45.728Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:45.828Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:45.829Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:45.829Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:45.839Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:45.839Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:46.728Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:26:46.730Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:46.731Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:46.732Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:46.832Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:46.833Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:46.833Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:46.843Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:46.843Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:47.733Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "86a1d37c-6ca3-4785-b13c-0ca4a5cf5721",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b8f8a8de-dd27-412e-9167-8a7bc0563f75",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "97191eed-38ca-4ead-b7b1-ddf2b5a3936e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8b15f5ef-9f61-45b9-8eba-cf6837195fbe",
      "resourceInvariantUUID": "ec4d4f0f-b840-4ba1-82a6-ceafe544ff39",
      "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": "OTkzZGU0YjRjZWFkZmNjMGVlYzk2ZTE4Njk4NmIwNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2aa80e50-5f0c-4dd9-b363-cd59ac3ec771",
          "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": "f2abc00d-47ff-49b8-9da3-7b21f2b2e094",
          "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": "51553b3d-37d4-4712-af6f-e0fed968f6bd",
            "generatedFromUUID": "f2abc00d-47ff-49b8-9da3-7b21f2b2e094"
          },
          "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": "51553b3d-37d4-4712-af6f-e0fed968f6bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZmUyZTg4MDc2Y2IyNDhhM2UxZjc0NDU4MWJkM2ZlN2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b659f522-f0ce-4c6d-b88b-3b6da834eeac"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:26:47.733Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:26:47.733Z|039a008f-05a1-484a-b22d-cd3cc8ad82d8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86a1d37c-6ca3-4785-b13c-0ca4a5cf5721 ASDC
2022-02-24T02:26:47.734Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c3897720-cf4e-42b4-8956-f328336c9418
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:86a1d37c-6ca3-4785-b13c-0ca4a5cf5721
ServiceInvariantUUID:b8f8a8de-dd27-412e-9167-8a7bc0563f75
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:b659f522-f0ce-4c6d-b88b-3b6da834eeac
ArtifactChecksum:ZmUyZTg4MDc2Y2IyNDhhM2UxZjc0NDU4MWJkM2ZlN2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:97191eed-38ca-4ead-b7b1-ddf2b5a3936e
ResourceInvariantUUID:ec4d4f0f-b840-4ba1-82a6-ceafe544ff39
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8b15f5ef-9f61-45b9-8eba-cf6837195fbe
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:2aa80e50-5f0c-4dd9-b363-cd59ac3ec771
ArtifactChecksum:OTkzZGU0YjRjZWFkZmNjMGVlYzk2ZTE4Njk4NmIwNDE=
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:f2abc00d-47ff-49b8-9da3-7b21f2b2e094
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:51553b3d-37d4-4712-af6f-e0fed968f6bd
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:51553b3d-37d4-4712-af6f-e0fed968f6bd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T02:26:47.734Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86a1d37c-6ca3-4785-b13c-0ca4a5cf5721 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:26:47.765Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:26:47.765Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:26:47.765Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:26:47.766Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b659f522-f0ce-4c6d-b88b-3b6da834eeac from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-24T02:26:47.766Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:26:47.766Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-24T02:26:47.880Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:26:47.883Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b659f522-f0ce-4c6d-b88b-3b6da834eeac 71040
2022-02-24T02:26:47.883Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-24T02:26:47.883Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-24T02:26:47.884Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:26:47.884Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:47.886Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:47.886Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669607883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:47.987Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:47.987Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:47.987Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:47.997Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:47.998Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:48.887Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:26:48.888Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-24T02:26:48.888Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b659f522-f0ce-4c6d-b88b-3b6da834eeac, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:48.888Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-24T02:26:48.889Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:48.889Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.007Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17412834436108257973/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-24T02:26:49.906Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:26:49.906Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:26:49.906Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.906Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.907Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-24T02:26:49.908Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.909Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e6ddf48d-a5c1-4afe-9a9d-ed6778905de9
2022-02-24T02:26:49.910Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:49.911Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:86a1d37c-6ca3-4785-b13c-0ca4a5cf5721
Model Version:NULL
Model InvariantUuid:b8f8a8de-dd27-412e-9167-8a7bc0563f75
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5f2e899e-4d2a-4af8-befb-8f03d85e9808
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ec4d4f0f-b840-4ba1-82a6-ceafe544ff39
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97191eed-38ca-4ead-b7b1-ddf2b5a3936e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73d61f46-59d9-4fa0-a037-9dcee38cafc9
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e800fad4-19b1-4028-b5b1-d4370eaa8713
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e6ddf48d-a5c1-4afe-9a9d-ed6778905de9
ModelInvariantUuid:bb0d35cb-cd30-489b-8a62-af537add8f15
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:dac4697c-8264-450d-a70c-f11ebb00d6c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:944112a9-e3ee-47a7-bcf4-cc5d56a1758d
ModelInvariantUuid:8b4f80fa-8464-48c2-a08b-b1f3cc62052a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e5af2696-a323-41f0-a156-7c4e5f54e339
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:26:49.917Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b15f5ef-9f61-45b9-8eba-cf6837195fbe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:26:49.919Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-02-24T02:26:49.920Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b15f5ef-9f61-45b9-8eba-cf6837195fbe
2022-02-24T02:26:49.920Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2aa80e50-5f0c-4dd9-b363-cd59ac3ec771 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-24T02:26:49.920Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:26:49.920Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-24T02:26:49.958Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:26:49.958Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2aa80e50-5f0c-4dd9-b363-cd59ac3ec771 787
2022-02-24T02:26:49.958Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-24T02:26:49.958Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-24T02:26:49.959Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:26:49.959Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:49.961Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:49.962Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669609958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:50.062Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:50.063Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:50.063Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:50.073Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:50.073Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:50.962Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "73d61f46-59d9-4fa0-a037-9dcee38cafc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e800fad4-19b1-4028-b5b1-d4370eaa8713",
    "vfModuleModelCustomizationUUID": "30864fed-e0e4-4274-98ed-948550e91ae9",
    "isBase": true,
    "artifacts": [
      "f2abc00d-47ff-49b8-9da3-7b21f2b2e094",
      "51553b3d-37d4-4712-af6f-e0fed968f6bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:26:50.967Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e800fad4-19b1-4028-b5b1-d4370eaa8713
VfModuleModelInvariantUUID:73d61f46-59d9-4fa0-a037-9dcee38cafc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2abc00d-47ff-49b8-9da3-7b21f2b2e094
,
51553b3d-37d4-4712-af6f-e0fed968f6bd

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

isBase:true


}

2022-02-24T02:26:50.969Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "73d61f46-59d9-4fa0-a037-9dcee38cafc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e800fad4-19b1-4028-b5b1-d4370eaa8713",
    "vfModuleModelCustomizationUUID": "30864fed-e0e4-4274-98ed-948550e91ae9",
    "isBase": true,
    "artifacts": [
      "f2abc00d-47ff-49b8-9da3-7b21f2b2e094",
      "51553b3d-37d4-4712-af6f-e0fed968f6bd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:26:50.969Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e800fad4-19b1-4028-b5b1-d4370eaa8713
VfModuleModelInvariantUUID:73d61f46-59d9-4fa0-a037-9dcee38cafc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2abc00d-47ff-49b8-9da3-7b21f2b2e094
,
51553b3d-37d4-4712-af6f-e0fed968f6bd

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

isBase:true


}

2022-02-24T02:26:50.969Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2abc00d-47ff-49b8-9da3-7b21f2b2e094 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-24T02:26:50.970Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:26:50.970Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-24T02:26:51.008Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:26:51.008Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f2abc00d-47ff-49b8-9da3-7b21f2b2e094 5033
2022-02-24T02:26:51.009Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-24T02:26:51.009Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-24T02:26:51.009Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:26:51.009Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:51.011Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:51.011Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669611009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:51.112Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:51.112Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:51.113Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:51.122Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:51.122Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:52.012Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 51553b3d-37d4-4712-af6f-e0fed968f6bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-24T02:26:52.013Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-24T02:26:52.013Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-24T02:26:52.052Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-24T02:26:52.052Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 51553b3d-37d4-4712-af6f-e0fed968f6bd 903
2022-02-24T02:26:52.052Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-24T02:26:52.052Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-24T02:26:52.052Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:26:52.053Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:52.054Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:52.054Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669612052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.155Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:26:52.155Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:52.156Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:52.166Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:52.166Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:52.701Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:26:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:26:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:52.727Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:52.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.731Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.731Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.733Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669514646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669520476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.735Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.736Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669532843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "cds",
  "timestamp": 1645669533847,
  "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-02-24T02:26:52.744Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3897720-cf4e-42b4-8956-f328336c9418
2022-02-24T02:26:52.744Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3897720-cf4e-42b4-8956-f328336c9418 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:26:52.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669527563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.754Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669535465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669529372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669529539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669537033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669537377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.755Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669537572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669538163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669538575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669539188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:26:52.762Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3897720-cf4e-42b4-8956-f328336c9418
2022-02-24T02:26:52.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3897720-cf4e-42b4-8956-f328336c9418 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:26:52.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669539448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "policy-id",
  "timestamp": 1645669539578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:26:52.777Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3897720-cf4e-42b4-8956-f328336c9418
2022-02-24T02:26:52.777Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3897720-cf4e-42b4-8956-f328336c9418 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T02:26:52.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669540192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:52.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:52.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669540451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:26:52.793Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3897720-cf4e-42b4-8956-f328336c9418
2022-02-24T02:26:52.793Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3897720-cf4e-42b4-8956-f328336c9418 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:26:52.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669537711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669540656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669548369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:26:52.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:26:53.055Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 86a1d37c-6ca3-4785-b13c-0ca4a5cf5721
2022-02-24T02:26:53.056Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8b15f5ef-9f61-45b9-8eba-cf6837195fbe ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:26:53.070Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66a2c233, org.onap.sdc.toscaparser.api.parameters.Input@3ba977b5, org.onap.sdc.toscaparser.api.parameters.Input@50e07810, org.onap.sdc.toscaparser.api.parameters.Input@2b7f6c52, org.onap.sdc.toscaparser.api.parameters.Input@5bbc9054]
2022-02-24T02:26:53.071Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.071Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.071Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-02-24T02:26:53.071Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 97191eed-38ca-4ead-b7b1-ddf2b5a3936e
2022-02-24T02:26:53.072Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97191eed-38ca-4ead-b7b1-ddf2b5a3936e matches Tosca VF Customization UUID: 97191eed-38ca-4ead-b7b1-ddf2b5a3936e
2022-02-24T02:26:53.072Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 97191eed-38ca-4ead-b7b1-ddf2b5a3936e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T02:26:53.074Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.074Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.074Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 97191eed-38ca-4ead-b7b1-ddf2b5a3936e: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-02-24T02:26:53.074Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28e66371
2022-02-24T02:26:53.074Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.075Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:26:53.075Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30864fed-e0e4-4274-98ed-948550e91ae9
2022-02-24T02:26:53.075Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30864fed-e0e4-4274-98ed-948550e91ae9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T02:26:53.077Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.077Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:53.077Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:26:53.077Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.077Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:53.078Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:26:53.078Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.078Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-24T02:26:53.078Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-24T02:26:53.078Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-24T02:26:53.078Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e6ddf48d-a5c1-4afe-9a9d-ed6778905de9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T02:26:53.080Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.080Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:53.080Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:26:53.080Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.080Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-24T02:26:53.081Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=97191eed-38ca-4ead-b7b1-ddf2b5a3936e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:26:53.082Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.082Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.082Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 86a1d37c-6ca3-4785-b13c-0ca4a5cf5721: basic_vm
2022-02-24T02:26:53.082Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:26:53.083Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:26:53.160Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8b15f5ef-9f61-45b9-8eba-cf6837195fbe 1 ASDC deployResourceStructure
2022-02-24T02:26:53.160Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-24T02:26:53.160Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-24T02:26:53.160Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:26:53.161Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:53.162Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:53.162Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669613160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:53.263Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:53.263Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:53.264Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:53.273Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:53.273Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:54.163Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-24T02:26:54.164Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-24T02:26:54.164Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:26:54.164Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:54.166Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:54.166Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669614163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:54.266Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:54.267Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:54.267Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:54.277Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:54.277Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:55.167Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-24T02:26:55.167Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-24T02:26:55.168Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:26:55.168Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:55.169Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:55.169Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669615167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:55.270Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:55.270Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:55.271Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:55.280Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:55.280Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:56.170Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-24T02:26:56.171Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-24T02:26:56.171Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:26:56.171Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:26:56.173Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:26:56.173Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669616170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:26:56.273Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:26:56.274Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:26:56.274Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:26:56.284Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:26:56.284Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:26:57.174Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:26:57.185Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:26:57.188Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:26:57.188Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:26:57.188Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:27:27.188Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:27:27.200Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:27:27.202Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:27:27.202Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:27:27.202Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:27:52.700Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:27:52.701Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:27:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:27:52.726Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:27:52.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669553760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:27:52.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669554549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:27:52.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "aai-ml",
  "timestamp": 1645669554764,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:27:52.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3897720-cf4e-42b4-8956-f328336c9418
2022-02-24T02:27:52.736Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3897720-cf4e-42b4-8956-f328336c9418 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:27:52.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669556558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:27:52.744Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "clamp",
  "timestamp": 1645669557562,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:27:52.749Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3897720-cf4e-42b4-8956-f328336c9418
2022-02-24T02:27:52.749Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3897720-cf4e-42b4-8956-f328336c9418 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039a008f-05a1-484a-b22d-cd3cc8ad82d8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669595174,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669596188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669607883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669609958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669611009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669612052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:27:52.758Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:27:57.202Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:27:57.212Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:27:57.214Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:27:57.214Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:27:57.214Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:27:57.215Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:27:57.221Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:28:27.221Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3897720-cf4e-42b4-8956-f328336c9418 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:28:27.225Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3897720-cf4e-42b4-8956-f328336c9418 and serviceModelVersionId: 86a1d37c-6ca3-4785-b13c-0ca4a5cf5721
2022-02-24T02:28:27.226Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8f8a8de-dd27-412e-9167-8a7bc0563f75
2022-02-24T02:28:27.226Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0
2022-02-24T02:28:27.231Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:28:27.259Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0|INFO|500||Invoke
2022-02-24T02:28:27.259Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3897720-cf4e-42b4-8956-f328336c9418], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45cf0f3c-74ea-4fb9-8344-c2ed188d51d1], X-ECOMP-RequestID=[c3897720-cf4e-42b4-8956-f328336c9418], X-TransactionId=[], X-ONAP-RequestID=[c3897720-cf4e-42b4-8956-f328336c9418], Content-Type=[application/merge-patch+json]}
2022-02-24T02:28:27.276Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:28:27.535Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?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/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220224-02:28:27:283-32469], vertex-id=[233616], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:28:27 GMT], Content-Type=[application/json]}
2022-02-24T02:28:27.535Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:28:27.536Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8f8a8de-dd27-412e-9167-8a7bc0563f75/model-vers/model-ver/86a1d37c-6ca3-4785-b13c-0ca4a5cf5721?depth=0|INFO|500||InvokeReturn
2022-02-24T02:28:27.536Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:28:27.537Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:28:27.542Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:28:27.542Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3897720-cf4e-42b4-8956-f328336c9418 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:28:27.542Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:28:27.543Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:28:27.545Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:28:27.546Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669707542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:28:27.645Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:28:27.646Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:28:27.646Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:28:27.658Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:28:27.658Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:28:28.558Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:28:28.559Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:28:28.559Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:28:38.095Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:28:38.096Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:28:38.096Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:28:38.096Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:28:47.629Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:28:47.630Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:28:47.630Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:28:47.630Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:28:52.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:28:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:28:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:28:52.721Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:28:52.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-24T02:28:52.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669613160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:28:52.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:28:52.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-24T02:28:52.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669614163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669615167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669616170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:28:52.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:28:57.162Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:28:57.163Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:28:57.163Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:28:57.163Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:06.695Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:06.696Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:29:06.696Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:29:06.696Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:16.226Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:52.698Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:29:52.699Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:29:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:29:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:29:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:52.722Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:52.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:29:52.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3897720-cf4e-42b4-8956-f328336c9418",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669707542,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:29:52.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:29:53.321Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:53.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:29:53.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3be73dc6-065e-4672-94b9-e70af0551fc2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6ce2d517-91e2-4747-a1d7-bd938287b93d","serviceDescription":"service","serviceInvariantUUID":"3f2c41f5-27ec-4286-8c3e-a2d03f3e6782","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12b08ce0-f8e3-4630-b592-f733a236975d","resourceInvariantUUID":"fd33461a-3ec0-4739-ac75-656755fda78b","resourceCustomizationUUID":"50c0b2b6-d3cb-48e1-ba2c-ad40c591d116","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZTE4MDdmNDlmYTY3MzRiMGVmNGQyMjZhMDY3NGQxYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9a127c1-1f98-4cce-b2dd-fc5b74b568b2","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3e8b7214-c82e-45a4-b376-43d57af637b0","artifactVersion":"2","generatedFromUUID":"27217d52-6827-4932-a9c0-0ade0e306453"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"27217d52-6827-4932-a9c0-0ade0e306453","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YzU5MGIwMzg4MmM5NjRlYmU4NDMzMjUxZDMyYzM0OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85277919-1f74-4d36-948a-bc032c99085e","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ab11784-15ee-4d7f-a60b-82089a7e333e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ae25867-0503-45ee-8ab9-74ad610017fc","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d","artifactVersion":"2","generatedFromUUID":"8ab11784-15ee-4d7f-a60b-82089a7e333e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWU1NmMxZWNiMDQ2YzEwN2MwOTc5MzhjODJlOWRlMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5422efe3-8b93-4a73-b3cf-b21cfb1003ef","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZTdiNjQxMjViNDZhNDIxZmI3NTE2YjI3YmZjYWI0MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79b613b1-d29e-431e-946a-2c6b879bf205","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:29:53.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:53.325Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:53.327Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:53.327Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:29:53.427Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:29:53.428Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:53.428Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:53.438Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:53.438Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:29:54.327Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:54.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:54.330Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:54.330Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-24T02:29:54.430Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:29:54.431Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:54.431Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:54.440Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:54.440Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:29:55.331Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:55.331Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:55.333Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:55.333Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-24T02:29:55.433Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:29:55.434Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:55.434Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:55.443Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:55.443Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:29:56.334Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:56.335Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:56.337Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:56.337Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:29:56.437Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:29:56.438Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:56.438Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:56.447Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:56.448Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:29:57.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:57.338Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:57.341Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:57.341Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:29:57.441Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:29:57.442Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:57.442Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:57.452Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:57.452Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:29:58.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:58.342Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:58.344Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:58.344Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:29:58.444Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:29:58.445Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:58.445Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:58.468Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:58.468Z||pool-91-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:29:59.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:29:59.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:29:59.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:29:59.347Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-24T02:29:59.448Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:29:59.448Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:29:59.448Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:29:59.457Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:29:59.457Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:00.348Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:30:00.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:00.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:00.352Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:00.452Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:00.453Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:00.453Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:00.462Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:00.463Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:01.352Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:30:01.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:01.356Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:01.356Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:01.456Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:01.457Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:01.457Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:01.466Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:01.466Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:02.358Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6ce2d517-91e2-4747-a1d7-bd938287b93d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3f2c41f5-27ec-4286-8c3e-a2d03f3e6782",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "50c0b2b6-d3cb-48e1-ba2c-ad40c591d116",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "12b08ce0-f8e3-4630-b592-f733a236975d",
      "resourceInvariantUUID": "fd33461a-3ec0-4739-ac75-656755fda78b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3e8b7214-c82e-45a4-b376-43d57af637b0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "27217d52-6827-4932-a9c0-0ade0e306453",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "YzU5MGIwMzg4MmM5NjRlYmU4NDMzMjUxZDMyYzM0OWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "85277919-1f74-4d36-948a-bc032c99085e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8ab11784-15ee-4d7f-a60b-82089a7e333e",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d",
            "generatedFromUUID": "8ab11784-15ee-4d7f-a60b-82089a7e333e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZTdiNjQxMjViNDZhNDIxZmI3NTE2YjI3YmZjYWI0MjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79b613b1-d29e-431e-946a-2c6b879bf205"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:30:02.358Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:30:02.358Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6ce2d517-91e2-4747-a1d7-bd938287b93d ASDC
2022-02-24T02:30:02.359Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3be73dc6-065e-4672-94b9-e70af0551fc2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6ce2d517-91e2-4747-a1d7-bd938287b93d
ServiceInvariantUUID:3f2c41f5-27ec-4286-8c3e-a2d03f3e6782
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:79b613b1-d29e-431e-946a-2c6b879bf205
ArtifactChecksum:ZTdiNjQxMjViNDZhNDIxZmI3NTE2YjI3YmZjYWI0MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:50c0b2b6-d3cb-48e1-ba2c-ad40c591d116
ResourceInvariantUUID:fd33461a-3ec0-4739-ac75-656755fda78b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:12b08ce0-f8e3-4630-b592-f733a236975d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:3e8b7214-c82e-45a4-b376-43d57af637b0
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:27217d52-6827-4932-a9c0-0ade0e306453
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:85277919-1f74-4d36-948a-bc032c99085e
ArtifactChecksum:YzU5MGIwMzg4MmM5NjRlYmU4NDMzMjUxZDMyYzM0OWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:8ab11784-15ee-4d7f-a60b-82089a7e333e
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T02:30:02.359Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ce2d517-91e2-4747-a1d7-bd938287b93d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:30:02.391Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:30:02.391Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:30:02.391Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:30:02.391Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 79b613b1-d29e-431e-946a-2c6b879bf205 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-24T02:30:02.392Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:30:02.392Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-24T02:30:02.731Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:30:02.735Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 79b613b1-d29e-431e-946a-2c6b879bf205 68939
2022-02-24T02:30:02.735Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-24T02:30:02.735Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-24T02:30:02.736Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:30:02.736Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:02.737Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:02.738Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669802735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:02.838Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:02.839Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:02.839Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:02.848Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:02.849Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:03.738Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:30:03.739Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:30:03.739Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 79b613b1-d29e-431e-946a-2c6b879bf205, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:03.739Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-24T02:30:03.740Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:03.740Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:03.852Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6071479006501301380/Definitions/service-BasicCnf-template.yml
2022-02-24T02:30:04.717Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:30:04.717Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:30:04.717Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:04.718Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-24T02:30:04.718Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:04.718Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:04.718Z|3be73dc6-065e-4672-94b9-e70af0551fc2|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-BasicCnf-csar.csar
2022-02-24T02:30:04.718Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-24T02:30:04.718Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:30:04.719Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.719Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.719Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:04.719Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:30:04.720Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:30:04.720Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.720Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.720Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:04.720Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:30:04.721Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:30:04.721Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.721Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.721Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.721Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-24T02:30:04.722Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-24T02:30:04.722Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-24T02:30:04.722Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T02:30:04.722Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.722Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:30:04.723Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.723Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:04.723Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:30:04.723Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.724Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:04.724Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:30:04.724Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.724Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:04.724Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:30:04.725Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.725Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-24T02:30:04.725Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-24T02:30:04.725Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a8c4acce-2eea-41e1-9703-6c7c5943af8f
2022-02-24T02:30:04.725Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.726Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.726Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.726Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.726Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.726Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.727Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:04.727Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:04.727Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6ce2d517-91e2-4747-a1d7-bd938287b93d
Model Version:NULL
Model InvariantUuid:3f2c41f5-27ec-4286-8c3e-a2d03f3e6782
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:46713c84-03fe-44a3-baea-2b7411c71603
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd33461a-3ec0-4739-ac75-656755fda78b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:50c0b2b6-d3cb-48e1-ba2c-ad40c591d116
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0b7807dc-4d9f-405f-8ba0-1069bb336c8e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:e5820f5a-4f67-43cc-8052-25513c98b816
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a8c4acce-2eea-41e1-9703-6c7c5943af8f
ModelInvariantUuid:10bdcd55-0b1c-49f4-92d4-aca420011934
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0c13809c-11fc-4cf0-9ac1-0691809c2840
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7b318de2-b846-4290-8c90-63c07613dccc
ModelInvariantUuid:94f8a8c7-de8d-44d3-8b91-f585cdc17124
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:83295d9c-eb03-405e-ad82-0c4a889f8268
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:30:04.734Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 12b08ce0-f8e3-4630-b592-f733a236975d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:30:04.736Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-02-24T02:30:04.736Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12b08ce0-f8e3-4630-b592-f733a236975d
2022-02-24T02:30:04.737Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3e8b7214-c82e-45a4-b376-43d57af637b0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-24T02:30:04.737Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:30:04.737Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-24T02:30:05.337Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:30:05.337Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3e8b7214-c82e-45a4-b376-43d57af637b0 12
2022-02-24T02:30:05.337Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-24T02:30:05.337Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-24T02:30:05.337Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:30:05.337Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:05.339Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:05.339Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669805337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:05.439Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:05.440Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:05.440Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:05.449Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:05.450Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:30:06.339Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 27217d52-6827-4932-a9c0-0ade0e306453 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-24T02:30:06.340Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:30:06.340Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-24T02:30:06.630Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:30:06.631Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 27217d52-6827-4932-a9c0-0ade0e306453 2688
2022-02-24T02:30:06.631Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-24T02:30:06.631Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-24T02:30:06.631Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:30:06.631Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:06.633Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:06.633Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669806631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:06.733Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:06.734Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:06.734Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:06.745Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:06.746Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:07.635Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 85277919-1f74-4d36-948a-bc032c99085e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-24T02:30:07.635Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:30:07.635Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-24T02:30:07.766Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:30:07.767Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 85277919-1f74-4d36-948a-bc032c99085e 828
2022-02-24T02:30:07.767Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-24T02:30:07.767Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-24T02:30:07.768Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:30:07.768Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:07.770Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:07.770Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669807767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:07.870Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:07.871Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:07.871Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:07.880Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:07.881Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:08.771Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0b7807dc-4d9f-405f-8ba0-1069bb336c8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5820f5a-4f67-43cc-8052-25513c98b816",
    "vfModuleModelCustomizationUUID": "8266596f-07f8-4755-ad6c-afd202f9ccb9",
    "isBase": true,
    "artifacts": [
      "27217d52-6827-4932-a9c0-0ade0e306453",
      "8ab11784-15ee-4d7f-a60b-82089a7e333e",
      "ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:30:08.775Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5820f5a-4f67-43cc-8052-25513c98b816
VfModuleModelInvariantUUID:0b7807dc-4d9f-405f-8ba0-1069bb336c8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
27217d52-6827-4932-a9c0-0ade0e306453
,
8ab11784-15ee-4d7f-a60b-82089a7e333e
,
ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d

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

isBase:true


}

2022-02-24T02:30:08.777Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0b7807dc-4d9f-405f-8ba0-1069bb336c8e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e5820f5a-4f67-43cc-8052-25513c98b816",
    "vfModuleModelCustomizationUUID": "8266596f-07f8-4755-ad6c-afd202f9ccb9",
    "isBase": true,
    "artifacts": [
      "27217d52-6827-4932-a9c0-0ade0e306453",
      "8ab11784-15ee-4d7f-a60b-82089a7e333e",
      "ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:30:08.777Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5820f5a-4f67-43cc-8052-25513c98b816
VfModuleModelInvariantUUID:0b7807dc-4d9f-405f-8ba0-1069bb336c8e
VfModuleModelDescription:NULL
Artifacts UUID List:{
27217d52-6827-4932-a9c0-0ade0e306453
,
8ab11784-15ee-4d7f-a60b-82089a7e333e
,
ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d

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

isBase:true


}

2022-02-24T02:30:08.777Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8ab11784-15ee-4d7f-a60b-82089a7e333e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-24T02:30:08.777Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:30:08.777Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-24T02:30:09.271Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:30:09.272Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8ab11784-15ee-4d7f-a60b-82089a7e333e 1164
2022-02-24T02:30:09.272Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-24T02:30:09.272Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-24T02:30:09.272Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:30:09.272Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:09.274Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:09.275Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669809272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:09.375Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:30:09.375Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:09.375Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:09.385Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:09.385Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:10.275Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-24T02:30:10.276Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:30:10.276Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-24T02:30:10.444Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:30:10.444Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ff8b8cd0-dbb5-4b63-8eb8-31b6b949860d 200
2022-02-24T02:30:10.444Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-24T02:30:10.444Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-24T02:30:10.444Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:30:10.444Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:10.446Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:10.446Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669810444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:10.547Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:10.547Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:10.548Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:10.556Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:10.557Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:11.447Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6ce2d517-91e2-4747-a1d7-bd938287b93d
2022-02-24T02:30:11.448Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 12b08ce0-f8e3-4630-b592-f733a236975d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-02-24T02:30:11.464Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:30:11.468Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f036dab, org.onap.sdc.toscaparser.api.parameters.Input@4b5dd636, org.onap.sdc.toscaparser.api.parameters.Input@297cc81b, org.onap.sdc.toscaparser.api.parameters.Input@5fa12246, org.onap.sdc.toscaparser.api.parameters.Input@7beb622c]
2022-02-24T02:30:11.469Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.469Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.469Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-24T02:30:11.469Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 50c0b2b6-d3cb-48e1-ba2c-ad40c591d116
2022-02-24T02:30:11.469Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50c0b2b6-d3cb-48e1-ba2c-ad40c591d116 matches Tosca VF Customization UUID: 50c0b2b6-d3cb-48e1-ba2c-ad40c591d116
2022-02-24T02:30:11.470Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 50c0b2b6-d3cb-48e1-ba2c-ad40c591d116  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T02:30:11.471Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.472Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.472Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 50c0b2b6-d3cb-48e1-ba2c-ad40c591d116: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-02-24T02:30:11.472Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@473463a0
2022-02-24T02:30:11.472Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.473Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:30:11.473Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8266596f-07f8-4755-ad6c-afd202f9ccb9
2022-02-24T02:30:11.473Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8266596f-07f8-4755-ad6c-afd202f9ccb9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T02:30:11.475Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.475Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:11.475Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:30:11.475Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.476Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:11.476Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:30:11.476Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.476Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-24T02:30:11.476Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-24T02:30:11.476Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a8c4acce-2eea-41e1-9703-6c7c5943af8f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T02:30:11.478Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.478Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:11.478Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:30:11.479Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.479Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-24T02:30:11.479Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=50c0b2b6-d3cb-48e1-ba2c-ad40c591d116
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:30:11.481Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.481Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.481Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6ce2d517-91e2-4747-a1d7-bd938287b93d: basic_cnf
2022-02-24T02:30:11.481Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.481Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.481Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:30:11.482Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:30:11.548Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 12b08ce0-f8e3-4630-b592-f733a236975d 1 ASDC deployResourceStructure
2022-02-24T02:30:11.549Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-24T02:30:11.549Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-02-24T02:30:11.549Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-24T02:30:11.549Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:11.550Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:11.550Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669811548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:30:11.651Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:11.652Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:11.652Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:11.663Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:11.663Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:12.551Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-24T02:30:12.552Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-24T02:30:12.552Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-24T02:30:12.552Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:12.554Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:12.554Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669812551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:30:12.654Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:12.655Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:12.655Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:12.664Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:12.664Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:13.554Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-24T02:30:13.555Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-24T02:30:13.555Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:30:13.555Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:13.557Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:13.557Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669813554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:13.657Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:13.658Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:13.658Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:13.670Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:13.670Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:14.557Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-24T02:30:14.558Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-24T02:30:14.559Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:30:14.559Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:14.561Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:14.561Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669814557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:14.661Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:14.662Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:14.662Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:14.670Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:14.670Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:30:15.562Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-24T02:30:15.562Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-24T02:30:15.562Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:30:15.562Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:15.564Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:15.564Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669815562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:15.664Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:15.665Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:15.665Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:15.675Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:15.676Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:16.564Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-24T02:30:16.565Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-24T02:30:16.565Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:30:16.565Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:30:16.567Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:30:16.567Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669816564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:16.667Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:30:16.667Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:30:16.668Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:16.677Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:16.678Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:30:17.567Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:30:17.576Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:30:17.577Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:30:17.577Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:30:17.577Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:30:47.578Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:30:47.587Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:30:47.589Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:30:47.589Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:30:47.590Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:30:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:30:52.704Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:30:52.704Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:30:52.732Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:30:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.738Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.740Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669774646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669769539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669767563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669769372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669775476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669784664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669784667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669784756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669785355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669785670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669785847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "cds",
  "timestamp": 1645669786361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:30:52.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3be73dc6-065e-4672-94b9-e70af0551fc2
2022-02-24T02:30:52.757Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be73dc6-065e-4672-94b9-e70af0551fc2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:30:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669777711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "policy-id",
  "timestamp": 1645669786672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:30:52.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3be73dc6-065e-4672-94b9-e70af0551fc2
2022-02-24T02:30:52.772Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be73dc6-065e-4672-94b9-e70af0551fc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:30:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669786700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:52.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669786888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669787703,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:30:52.788Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3be73dc6-065e-4672-94b9-e70af0551fc2
2022-02-24T02:30:52.788Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be73dc6-065e-4672-94b9-e70af0551fc2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:30:52.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669787955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:30:52.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669788991,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:30:52.802Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3be73dc6-065e-4672-94b9-e70af0551fc2
2022-02-24T02:30:52.803Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be73dc6-065e-4672-94b9-e70af0551fc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T02:30:52.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669780656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669789993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669790366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:30:52.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:30:52.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669792587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:30:52.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:17.590Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:31:17.602Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:31:17.604Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:31:17.604Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:31:17.604Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:31:47.604Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:31:47.616Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:31:47.618Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:31:47.618Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:31:47.618Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:31:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:31:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:31:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:31:52.722Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:31:52.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669794595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669795235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-24T02:31:52.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "clamp",
  "timestamp": 1645669795598,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:31:52.731Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3be73dc6-065e-4672-94b9-e70af0551fc2
2022-02-24T02:31:52.732Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be73dc6-065e-4672-94b9-e70af0551fc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:31:52.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "aai-ml",
  "timestamp": 1645669796238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:31:52.746Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3be73dc6-065e-4672-94b9-e70af0551fc2
2022-02-24T02:31:52.747Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3be73dc6-065e-4672-94b9-e70af0551fc2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:31:52.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669792698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669802735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669805337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669806631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669807767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669809272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669810444,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669811548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669812551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669813554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669814557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669815562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669816564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:31:52.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:31:52.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:31:52.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:32:17.619Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:32:17.631Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:32:17.633Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:32:17.634Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:32:17.640Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:32:47.640Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3be73dc6-065e-4672-94b9-e70af0551fc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:32:47.646Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3be73dc6-065e-4672-94b9-e70af0551fc2 and serviceModelVersionId: 6ce2d517-91e2-4747-a1d7-bd938287b93d
2022-02-24T02:32:47.646Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3f2c41f5-27ec-4286-8c3e-a2d03f3e6782
2022-02-24T02:32:47.647Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0
2022-02-24T02:32:47.652Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:32:47.679Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0|INFO|500||Invoke
2022-02-24T02:32:47.679Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3be73dc6-065e-4672-94b9-e70af0551fc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6112fc46-619b-4a83-9d52-a41494c33310], X-ECOMP-RequestID=[3be73dc6-065e-4672-94b9-e70af0551fc2], X-TransactionId=[], X-ONAP-RequestID=[3be73dc6-065e-4672-94b9-e70af0551fc2], Content-Type=[application/merge-patch+json]}
2022-02-24T02:32:47.693Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:32:47.768Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?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/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220224-02:32:47:700-65959], vertex-id=[475192], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:32:47 GMT], Content-Type=[application/json]}
2022-02-24T02:32:47.769Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:32:47.770Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3f2c41f5-27ec-4286-8c3e-a2d03f3e6782/model-vers/model-ver/6ce2d517-91e2-4747-a1d7-bd938287b93d?depth=0|INFO|500||InvokeReturn
2022-02-24T02:32:47.770Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:32:47.770Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:32:47.774Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:32:47.774Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3be73dc6-065e-4672-94b9-e70af0551fc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:32:47.774Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:32:47.775Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:47.776Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:47.777Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669967774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:32:47.877Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:47.878Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:47.878Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:47.890Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:47.890Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:32:48.788Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:32:48.788Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:32:48.789Z|3be73dc6-065e-4672-94b9-e70af0551fc2|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:32:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:32:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:52.718Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:52.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:32:52.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:52.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:32:53.341Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:53.342Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:32:53.342Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"459c9d97-dc2a-4f78-8863-b9c8170b51c7","serviceName":"Demo_pNF_psmbKEfcJZwuVPpegbnZ","serviceVersion":"1.0","serviceUUID":"884b1cb6-2622-4507-a345-9031afcd0034","serviceDescription":"catalog service description","serviceInvariantUUID":"c65c6cc4-aa26-40cb-8e6c-fb78948abea0","resources":[{"resourceInstanceName":"pNF ba4d43a4-cbf3 0","resourceName":"pNF ba4d43a4-cbf3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6ad42204-7f61-473d-b510-1bda134aca20","resourceInvariantUUID":"91e42fc1-b07a-4a96-ad17-fdcdfc12a6ac","resourceCustomizationUUID":"85e9d12b-0940-4821-a731-6719ed6c81d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml","artifactChecksum":"ZGVjOTA3YTlkYzgzYTE1NzAyMGRlZTcwMjQ5N2NhYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00f94960-f264-4a58-bf20-d7808f6a25b7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar","artifactChecksum":"YzFmYjc2OTljYTcwY2MwZjlhMDczMjU2ZTZhODg4ODE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8af5ee08-c108-4b32-8956-90d66e87094c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e489e25b-b3c2-4e9f-ad4c-a6ec7954bef3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml","artifactChecksum":"NmQxNDRkNDg4MDQ2MzY0YjIwYmY4ZWRiM2U3NzFjMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a6b9ba7-6932-4b3c-a43b-1b3c65aa6e87","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"985b86e8-072a-4890-ad57-3244ed9b2b66","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"632280aa-8de8-4527-bb14-219e30a2de0f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml","artifactChecksum":"ZTNiM2FlODVkYWM5YTYxZjU3OWU5MjBjMzI5OTA0YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5698a361-a2f9-480d-9db1-e7c0cd44be54","artifactVersion":"1"},{"artifactName":"service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar","artifactChecksum":"NmM4NTQ4ZjY3NjAyY2UzODQzN2YxYmYwYzZhZWNlYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"add009a5-5143-469e-a31c-17fd3c35225e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:32:53.344Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:53.344Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:53.346Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:53.346Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:53.446Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:53.447Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:53.447Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:53.455Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:53.455Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:32:54.346Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:54.347Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:54.349Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:54.350Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:54.450Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:54.450Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:54.450Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:54.461Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:54.462Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:32:55.350Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:55.351Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:55.352Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:55.353Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:55.453Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:55.453Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:55.453Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:55.462Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:55.463Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:32:56.353Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:56.354Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:56.356Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:56.356Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:56.456Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:56.457Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:56.457Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:56.466Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:56.466Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:32:57.356Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:57.357Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:57.359Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:57.359Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:57.459Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:57.460Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:57.460Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:57.470Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:57.470Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:32:58.360Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:58.361Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:58.362Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:58.363Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:58.463Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:58.463Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:58.464Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:58.473Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:58.473Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:32:59.363Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:32:59.364Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:32:59.366Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:32:59.366Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:32:59.466Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:32:59.467Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:32:59.467Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:32:59.476Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:32:59.476Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:33:00.366Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:33:00.367Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:33:00.370Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:33:00.370Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:00.470Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:33:00.471Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:33:00.471Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:33:00.479Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:33:00.479Z||pool-115-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:33:01.371Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "serviceName": "Demo_pNF_psmbKEfcJZwuVPpegbnZ",
  "serviceVersion": "1.0",
  "serviceUUID": "884b1cb6-2622-4507-a345-9031afcd0034",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c65c6cc4-aa26-40cb-8e6c-fb78948abea0",
  "resources": [
    {
      "resourceInstanceName": "pNF ba4d43a4-cbf3 0",
      "resourceCustomizationUUID": "85e9d12b-0940-4821-a731-6719ed6c81d5",
      "resourceName": "pNF ba4d43a4-cbf3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6ad42204-7f61-473d-b510-1bda134aca20",
      "resourceInvariantUUID": "91e42fc1-b07a-4a96-ad17-fdcdfc12a6ac",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
      "artifactChecksum": "NmM4NTQ4ZjY3NjAyY2UzODQzN2YxYmYwYzZhZWNlYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "add009a5-5143-469e-a31c-17fd3c35225e"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:33:01.371Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:33:01.371Z|3be73dc6-065e-4672-94b9-e70af0551fc2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 884b1cb6-2622-4507-a345-9031afcd0034 ASDC
2022-02-24T02:33:01.371Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:459c9d97-dc2a-4f78-8863-b9c8170b51c7
ServiceName:Demo_pNF_psmbKEfcJZwuVPpegbnZ
ServiceVersion:1.0
ServiceUUID:884b1cb6-2622-4507-a345-9031afcd0034
ServiceInvariantUUID:c65c6cc4-aa26-40cb-8e6c-fb78948abea0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
ArtifactUUID:add009a5-5143-469e-a31c-17fd3c35225e
ArtifactChecksum:NmM4NTQ4ZjY3NjAyY2UzODQzN2YxYmYwYzZhZWNlYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ba4d43a4-cbf3 0
ResourceCustomizationUUID:85e9d12b-0940-4821-a731-6719ed6c81d5
ResourceInvariantUUID:91e42fc1-b07a-4a96-ad17-fdcdfc12a6ac
ResourceName:pNF ba4d43a4-cbf3
ResourceType:PNF
ResourceUUID:6ad42204-7f61-473d-b510-1bda134aca20
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-24T02:33:01.372Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 884b1cb6-2622-4507-a345-9031afcd0034 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:33:01.394Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:33:01.395Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:33:01.395Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:33:01.395Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: add009a5-5143-469e-a31c-17fd3c35225e from URL: /sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:01.395Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:33:01.395Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:01.776Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:33:01.781Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar add009a5-5143-469e-a31c-17fd3c35225e 82621
2022-02-24T02:33:01.781Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar ASDC sendASDCNotification
2022-02-24T02:33:01.781Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:01.782Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:33:01.782Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:33:01.784Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:33:01.785Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669981781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:01.885Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:33:01.885Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:33:01.886Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:33:01.896Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:33:01.896Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:33:02.785Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:33:02.786Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:33:02.787Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: add009a5-5143-469e-a31c-17fd3c35225e, URL: /sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar to file: /app/ASDC/1/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:02.787Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:02.787Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:02.787Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:02.882Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11336029993316956738/Definitions/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ba4d43a4-cbf3 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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:33:03.455Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Node template pNF ba4d43a4-cbf3 0 is matching search criteria
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ba4d43a4-cbf3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Node template pNF ba4d43a4-cbf3 0 is matching search criteria
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF ba4d43a4-cbf3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.456Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.457Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.457Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.457Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.457Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.457Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.457Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_psmbKEfcJZwuVPpegbnZ
Description:catalog service description
Model UUID:884b1cb6-2622-4507-a345-9031afcd0034
Model Version:NULL
Model InvariantUuid:c65c6cc4-aa26-40cb-8e6c-fb78948abea0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:33:03.463Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6ad42204-7f61-473d-b510-1bda134aca20
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:33:03.465Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||pNF ba4d43a4-cbf3 0
2022-02-24T02:33:03.465Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6ad42204-7f61-473d-b510-1bda134aca20
2022-02-24T02:33:03.466Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 884b1cb6-2622-4507-a345-9031afcd0034
2022-02-24T02:33:03.466Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 884b1cb6-2622-4507-a345-9031afcd0034
2022-02-24T02:33:03.466Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ba4d43a4-cbf3 0 6ad42204-7f61-473d-b510-1bda134aca20 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:33:03.469Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c22daf9, org.onap.sdc.toscaparser.api.parameters.Input@74d20bed, org.onap.sdc.toscaparser.api.parameters.Input@62d36d5f, org.onap.sdc.toscaparser.api.parameters.Input@789295f, org.onap.sdc.toscaparser.api.parameters.Input@4db6de45]
2022-02-24T02:33:03.469Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.470Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.470Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 884b1cb6-2622-4507-a345-9031afcd0034: pNF ba4d43a4-cbf3
2022-02-24T02:33:03.470Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6ad42204-7f61-473d-b510-1bda134aca20
2022-02-24T02:33:03.470Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:33:03.470Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_psmbKEfcJZwuVPpegbnZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:33:03.470Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||Resource customization UUID: 85e9d12b-0940-4821-a731-6719ed6c81d5 is the same as notified resource customizationUUID: 85e9d12b-0940-4821-a731-6719ed6c81d5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-24T02:33:03.502Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ba4d43a4-cbf3 6ad42204-7f61-473d-b510-1bda134aca20 0 ASDC deployResourceStructure
2022-02-24T02:33:03.502Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar ASDC sendASDCNotification
2022-02-24T02:33:03.502Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar
2022-02-24T02:33:03.503Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:33:03.503Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:33:03.505Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:33:03.505Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669983502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:33:03.605Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:33:03.606Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:33:03.606Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:33:03.615Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:33:03.615Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:33:04.506Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:33:04.516Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:33:04.518Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:33:04.518Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:33:04.518Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:33:34.519Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:33:34.528Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:33:34.531Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:33:34.532Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:33:34.532Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:33:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:33:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:33:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:33:52.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:33:52.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669850476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669847563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669849539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669860269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:52.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669860345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669861272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:33:52.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "cds",
  "timestamp": 1645669861350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:33:52.742Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 459c9d97-dc2a-4f78-8863-b9c8170b51c7
2022-02-24T02:33:52.743Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669854646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "policy-id",
  "timestamp": 1645669862273,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:33:52.756Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 459c9d97-dc2a-4f78-8863-b9c8170b51c7
2022-02-24T02:33:52.756Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:33:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669863470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:52.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669864501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669865504,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:33:52.772Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 459c9d97-dc2a-4f78-8863-b9c8170b51c7
2022-02-24T02:33:52.773Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:33:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669859372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669868242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669869916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669870920,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:33:52.790Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 459c9d97-dc2a-4f78-8863-b9c8170b51c7
2022-02-24T02:33:52.790Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:33:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669867711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669870656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669879369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669879600,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669881608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "clamp",
  "timestamp": 1645669882611,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:33:52.808Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 459c9d97-dc2a-4f78-8863-b9c8170b51c7
2022-02-24T02:33:52.808Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:33:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669882916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:33:52.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:33:52.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:33:52.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "aai-ml",
  "timestamp": 1645669883919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:33:52.822Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 459c9d97-dc2a-4f78-8863-b9c8170b51c7
2022-02-24T02:33:52.822Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:34:04.532Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:34:04.543Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:34:04.546Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:34:04.546Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:34:04.546Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:34:04.546Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:34:04.546Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:34:04.547Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:34:04.553Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:34:34.554Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:34:34.561Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and serviceModelVersionId: 884b1cb6-2622-4507-a345-9031afcd0034
2022-02-24T02:34:34.561Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c65c6cc4-aa26-40cb-8e6c-fb78948abea0
2022-02-24T02:34:34.562Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c65c6cc4-aa26-40cb-8e6c-fb78948abea0/model-vers/model-ver/884b1cb6-2622-4507-a345-9031afcd0034?depth=0
2022-02-24T02:34:34.566Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:34:34.595Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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/c65c6cc4-aa26-40cb-8e6c-fb78948abea0/model-vers/model-ver/884b1cb6-2622-4507-a345-9031afcd0034?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-24T02:34:34.596Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65c6cc4-aa26-40cb-8e6c-fb78948abea0/model-vers/model-ver/884b1cb6-2622-4507-a345-9031afcd0034?depth=0|INFO|500||Invoke
2022-02-24T02:34:34.622Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65c6cc4-aa26-40cb-8e6c-fb78948abea0/model-vers/model-ver/884b1cb6-2622-4507-a345-9031afcd0034?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:34:35.135Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65c6cc4-aa26-40cb-8e6c-fb78948abea0/model-vers/model-ver/884b1cb6-2622-4507-a345-9031afcd0034?depth=0|INFO|500||InvokeReturn
2022-02-24T02:34:35.135Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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/c65c6cc4-aa26-40cb-8e6c-fb78948abea0/model-vers/model-ver/884b1cb6-2622-4507-a345-9031afcd0034?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220224-02:34:34:631-10526], vertex-id=[217104], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:34:34 GMT], Content-Type=[application/json]}
2022-02-24T02:34:35.136Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:34:35.136Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:34:35.136Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:34:35.141Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:34:35.141Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 459c9d97-dc2a-4f78-8863-b9c8170b51c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:34:35.142Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:34:35.142Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:35.144Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:35.145Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670075141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:34:35.245Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:35.246Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:35.246Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:35.260Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:35.260Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:34:36.158Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:34:36.158Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:34:36.158Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:36.778Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:36.779Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:34:36.779Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3220144-9a1a-4342-bf77-c31e46cdb3ec","serviceName":"Demo_pNF_udwyIyygHClo9Y1kW7cF","serviceVersion":"1.0","serviceUUID":"fd15c589-d68b-4b10-b672-d933c50ffd46","serviceDescription":"catalog service description","serviceInvariantUUID":"221a9b5f-9307-458b-8267-118a538f23e5","resources":[{"resourceInstanceName":"pNF a6b9a2c7-6d72 0","resourceName":"pNF a6b9a2c7-6d72","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aef1a837-0838-4ca6-a060-2ee37698a54f","resourceInvariantUUID":"3af46114-e350-4812-bfc8-5b6425043333","resourceCustomizationUUID":"da48b877-2486-4e49-a44a-12948eea5420","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml","artifactChecksum":"YWNlMjk1ZjUxYTg0YmY5ZTliNGM3MzZmY2M5ZWRmZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bee1a406-35a9-43f5-b301-d774d75cff7f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar","artifactChecksum":"YzFmYjc2OTljYTcwY2MwZjlhMDczMjU2ZTZhODg4ODE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7368d372-253c-45ce-a16d-9acd44876d21","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8011afc9-2319-41dc-89de-9ef00e07cfe1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml","artifactChecksum":"YWI4YWY0MzQ3ZTdhYTQ0ODkxNTU3ZmRjZDRlZmRlZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0876a7e6-0b7b-4a4b-bfe7-2702919cc020","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06ff8e49-2a8e-48cb-9123-0490ebb2e666","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02ad57e2-714b-4da0-b459-5188ea70f449","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml","artifactChecksum":"MmYyZjdmOGZlOTc4NTdjZjRiY2M0YWI0Mzc2ODdhYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9e9422f-7c17-4b69-9de7-6fcd62883e84","artifactVersion":"1"},{"artifactName":"service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar","artifactChecksum":"YTVlNWEzN2E3MTc5YmM5ZTkyYmY1M2EwNWNlZTI0YzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a03c5d62-a379-40b4-92c1-4cfad74c4164","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:34:36.780Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:36.780Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:36.781Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:36.781Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:36.882Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:36.882Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:36.882Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:36.891Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:36.891Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:37.782Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:37.783Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:37.784Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:37.785Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:37.885Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:37.885Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:37.885Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:37.895Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:37.895Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:38.785Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:38.786Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:38.788Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:38.788Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:38.888Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:38.889Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:38.889Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:38.898Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:38.899Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:39.789Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:39.790Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:39.792Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:39.792Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:39.892Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:39.894Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:39.894Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:39.904Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:39.904Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:40.793Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:40.793Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:40.795Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:40.796Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:40.896Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:40.897Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:40.897Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:40.906Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:40.906Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:41.796Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:41.797Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:41.800Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:41.800Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:41.900Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:41.901Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:41.901Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:41.909Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:41.912Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:34:42.801Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:42.801Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:42.804Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:42.804Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:34:42.904Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:42.905Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:42.905Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:42.914Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:42.914Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:43.804Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:34:43.805Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:43.807Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:43.807Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:34:43.908Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:34:43.908Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:43.909Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:43.918Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:43.919Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:34:44.808Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "serviceName": "Demo_pNF_udwyIyygHClo9Y1kW7cF",
  "serviceVersion": "1.0",
  "serviceUUID": "fd15c589-d68b-4b10-b672-d933c50ffd46",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "221a9b5f-9307-458b-8267-118a538f23e5",
  "resources": [
    {
      "resourceInstanceName": "pNF a6b9a2c7-6d72 0",
      "resourceCustomizationUUID": "da48b877-2486-4e49-a44a-12948eea5420",
      "resourceName": "pNF a6b9a2c7-6d72",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aef1a837-0838-4ca6-a060-2ee37698a54f",
      "resourceInvariantUUID": "3af46114-e350-4812-bfc8-5b6425043333",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
      "artifactChecksum": "YTVlNWEzN2E3MTc5YmM5ZTkyYmY1M2EwNWNlZTI0YzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a03c5d62-a379-40b4-92c1-4cfad74c4164"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:34:44.809Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:34:44.809Z|459c9d97-dc2a-4f78-8863-b9c8170b51c7|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd15c589-d68b-4b10-b672-d933c50ffd46 ASDC
2022-02-24T02:34:44.809Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f3220144-9a1a-4342-bf77-c31e46cdb3ec
ServiceName:Demo_pNF_udwyIyygHClo9Y1kW7cF
ServiceVersion:1.0
ServiceUUID:fd15c589-d68b-4b10-b672-d933c50ffd46
ServiceInvariantUUID:221a9b5f-9307-458b-8267-118a538f23e5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
ArtifactUUID:a03c5d62-a379-40b4-92c1-4cfad74c4164
ArtifactChecksum:YTVlNWEzN2E3MTc5YmM5ZTkyYmY1M2EwNWNlZTI0YzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a6b9a2c7-6d72 0
ResourceCustomizationUUID:da48b877-2486-4e49-a44a-12948eea5420
ResourceInvariantUUID:3af46114-e350-4812-bfc8-5b6425043333
ResourceName:pNF a6b9a2c7-6d72
ResourceType:PNF
ResourceUUID:aef1a837-0838-4ca6-a060-2ee37698a54f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-24T02:34:44.809Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd15c589-d68b-4b10-b672-d933c50ffd46 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:34:44.832Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:34:44.833Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:34:44.833Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:34:44.833Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a03c5d62-a379-40b4-92c1-4cfad74c4164 from URL: /sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:44.833Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:34:44.833Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:44.936Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:34:44.940Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar a03c5d62-a379-40b4-92c1-4cfad74c4164 82616
2022-02-24T02:34:44.940Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar ASDC sendASDCNotification
2022-02-24T02:34:44.940Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:44.941Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:34:44.941Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:44.943Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:44.943Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670084940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:34:45.043Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:34:45.043Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:45.043Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:45.052Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:45.053Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:45.943Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:34:45.944Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:34:45.944Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a03c5d62-a379-40b4-92c1-4cfad74c4164, URL: /sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar to file: /app/ASDC/1/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:45.945Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:45.945Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:45.945Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.021Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5301328277695500535/Definitions/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a6b9a2c7-6d72 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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:34:46.592Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Node template pNF a6b9a2c7-6d72 0 is matching search criteria
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a6b9a2c7-6d72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Node template pNF a6b9a2c7-6d72 0 is matching search criteria
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a6b9a2c7-6d72 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.593Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.594Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_udwyIyygHClo9Y1kW7cF
Description:catalog service description
Model UUID:fd15c589-d68b-4b10-b672-d933c50ffd46
Model Version:NULL
Model InvariantUuid:221a9b5f-9307-458b-8267-118a538f23e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:34:46.599Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: aef1a837-0838-4ca6-a060-2ee37698a54f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:34:46.602Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||pNF a6b9a2c7-6d72 0
2022-02-24T02:34:46.602Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aef1a837-0838-4ca6-a060-2ee37698a54f
2022-02-24T02:34:46.602Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fd15c589-d68b-4b10-b672-d933c50ffd46
2022-02-24T02:34:46.602Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fd15c589-d68b-4b10-b672-d933c50ffd46
2022-02-24T02:34:46.602Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a6b9a2c7-6d72 0 aef1a837-0838-4ca6-a060-2ee37698a54f ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:34:46.605Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8bb1704, org.onap.sdc.toscaparser.api.parameters.Input@5fce0c78, org.onap.sdc.toscaparser.api.parameters.Input@7d44d5a8, org.onap.sdc.toscaparser.api.parameters.Input@5785707f, org.onap.sdc.toscaparser.api.parameters.Input@7d65ebc]
2022-02-24T02:34:46.605Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.605Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.606Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fd15c589-d68b-4b10-b672-d933c50ffd46: pNF a6b9a2c7-6d72
2022-02-24T02:34:46.606Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Processing PNF resource: aef1a837-0838-4ca6-a060-2ee37698a54f
2022-02-24T02:34:46.606Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:34:46.606Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_udwyIyygHClo9Y1kW7cF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:34:46.606Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||Resource customization UUID: da48b877-2486-4e49-a44a-12948eea5420 is the same as notified resource customizationUUID: da48b877-2486-4e49-a44a-12948eea5420
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-24T02:34:46.636Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a6b9a2c7-6d72 aef1a837-0838-4ca6-a060-2ee37698a54f 0 ASDC deployResourceStructure
2022-02-24T02:34:46.636Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar ASDC sendASDCNotification
2022-02-24T02:34:46.636Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar
2022-02-24T02:34:46.636Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:34:46.636Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:34:46.638Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:34:46.638Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670086636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:34:46.739Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:34:46.739Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:34:46.739Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:46.749Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:46.749Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:34:47.639Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:34:47.650Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:34:47.652Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:34:47.652Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:34:47.652Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:34:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:34:52.704Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:34:52.704Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:34:52.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:34:52.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:34:52.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3be73dc6-065e-4672-94b9-e70af0551fc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669967774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:34:52.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:17.653Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:35:17.666Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:35:17.668Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:35:17.668Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:35:17.668Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:35:47.668Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:35:47.678Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:35:47.679Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:35:47.679Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:35:47.679Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:35:52.701Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:35:52.702Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:35:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:35:52.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:35:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/resourceInstances/pnfba4d43a4cbf30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669968788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669981781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645669983502,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPsmbkefcjzwuvppegbnz/1.0/artifacts/service-DemoPnfPsmbkefcjzwuvppegbnz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669974646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645669967563,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669970476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669969539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669985473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669985642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669985648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669986484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "cds",
  "timestamp": 1645669986647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:35:52.745Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3220144-9a1a-4342-bf77-c31e46cdb3ec
2022-02-24T02:35:52.745Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3220144-9a1a-4342-bf77-c31e46cdb3ec and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669986650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669979372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645669987486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:35:52.759Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f3220144-9a1a-4342-bf77-c31e46cdb3ec
2022-02-24T02:35:52.760Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3220144-9a1a-4342-bf77-c31e46cdb3ec and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:35:52.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "policy-id",
  "timestamp": 1645669987652,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:35:52.773Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3220144-9a1a-4342-bf77-c31e46cdb3ec
2022-02-24T02:35:52.773Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3220144-9a1a-4342-bf77-c31e46cdb3ec and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669988374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669990034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:35:52.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645669991037,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:35:52.788Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3220144-9a1a-4342-bf77-c31e46cdb3ec
2022-02-24T02:35:52.788Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3220144-9a1a-4342-bf77-c31e46cdb3ec and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:35:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669987711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669990656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645669998619,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645669999363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645670000626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "clamp",
  "timestamp": 1645670001629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:35:52.805Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3220144-9a1a-4342-bf77-c31e46cdb3ec
2022-02-24T02:35:52.805Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3220144-9a1a-4342-bf77-c31e46cdb3ec and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:35:52.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645670002964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:35:52.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:35:52.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:35:52.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "aai-ml",
  "timestamp": 1645670003969,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:35:52.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3220144-9a1a-4342-bf77-c31e46cdb3ec
2022-02-24T02:35:52.820Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3220144-9a1a-4342-bf77-c31e46cdb3ec and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:36:17.680Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:36:17.690Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:36:17.692Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:36:17.692Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:36:17.692Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:36:17.693Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:36:17.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:36:47.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:36:47.705Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3220144-9a1a-4342-bf77-c31e46cdb3ec and serviceModelVersionId: fd15c589-d68b-4b10-b672-d933c50ffd46
2022-02-24T02:36:47.706Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 221a9b5f-9307-458b-8267-118a538f23e5
2022-02-24T02:36:47.707Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0
2022-02-24T02:36:47.712Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:36:47.744Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0|INFO|500||Invoke
2022-02-24T02:36:47.744Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3220144-9a1a-4342-bf77-c31e46cdb3ec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d2a064d5-10ad-4cc2-84f0-9bebe54afa50], X-ECOMP-RequestID=[f3220144-9a1a-4342-bf77-c31e46cdb3ec], X-TransactionId=[], X-ONAP-RequestID=[f3220144-9a1a-4342-bf77-c31e46cdb3ec], Content-Type=[application/merge-patch+json]}
2022-02-24T02:36:47.761Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:36:47.979Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?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/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220224-02:36:47:768-37964], vertex-id=[221392], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:36:47 GMT], Content-Type=[application/json]}
2022-02-24T02:36:47.979Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:36:47.980Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/221a9b5f-9307-458b-8267-118a538f23e5/model-vers/model-ver/fd15c589-d68b-4b10-b672-d933c50ffd46?depth=0|INFO|500||InvokeReturn
2022-02-24T02:36:47.980Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:36:47.980Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:36:47.985Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:36:47.985Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3220144-9a1a-4342-bf77-c31e46cdb3ec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:36:47.986Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:36:47.986Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:36:47.988Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:36:47.988Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670207985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:36:48.088Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:36:48.089Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:36:48.089Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:36:48.105Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:36:48.105Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:36:49.000Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:36:49.000Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:36:49.000Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:36:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:36:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:36:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:36:52.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:36:52.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "459c9d97-dc2a-4f78-8863-b9c8170b51c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670075141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/resourceInstances/pnfa6b9a2c76d720/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:36:52.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670076158,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670084940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670086636,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUdwyiyyghclo9y1kw7cf/1.0/artifacts/service-DemoPnfUdwyiyyghclo9y1kw7cf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:36:52.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:36:59.393Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:36:59.394Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:36:59.394Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:36:59.394Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:37:08.922Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:37:08.922Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:37:08.923Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:37:08.923Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:37:18.451Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:37:18.452Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:37:18.452Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:37:18.452Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:37:27.985Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:37:27.985Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:37:27.986Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:37:27.986Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:37:37.516Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:37:52.698Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:37:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:37:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:37:52.700Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:37:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:37:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:37:53.223Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:37:53.223Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-24T02:37:53.223Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3220144-9a1a-4342-bf77-c31e46cdb3ec",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670207985,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:37:53.224Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:38:02.231Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:38:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:38:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:38:52.700Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:38:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:38:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:38:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:39:02.236Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:39:02.241Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:39:52.698Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:39:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:39:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:39:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:39:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:39:52.702Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:40:02.239Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:40:02.240Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:40:52.698Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:40:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:40:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:40:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:40:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:40:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:41:02.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:41:02.236Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:41:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:41:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:41:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:41:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:41:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:41:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:42:02.235Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:42:02.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:42:52.698Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:42:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:42:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:42:52.700Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:42:52.701Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:42:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:43:02.233Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:43:02.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:43:52.698Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:43:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:43:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:43:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:43:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:43:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:02.234Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:02.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:52.698Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:44:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:44:52.699Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:52.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:44:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:44:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:56.327Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:56.328Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:44:56.328Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"11b903b6-17ee-4b08-b8ec-a9e4b9d3e844","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b30b40a7-9181-4a31-adb7-f127ac9ebe8a","serviceDescription":"service","serviceInvariantUUID":"560679f1-81b1-4b58-b597-05ce5b2049cc","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33dab778-0a34-4ff8-b2ca-ff7512ca9b65","resourceInvariantUUID":"484cf437-c325-4a7e-99e6-e632417d7ce0","resourceCustomizationUUID":"16fc52e1-279c-467e-8637-d5f89df37f5b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d81a07e9-613e-4a83-b5f8-fae706cfe45e","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NzgzZGZmM2U0ODY0MjFiMjNlMDc5ZDEyNDAzNGRjNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec51868e-30fc-4488-a2c4-3cf7b3fe1a95","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YzdjYWFjMWIzZDI3NDVlMTQ4NThmYWQ4NDM4ZGE0OTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"245fd2f2-0cc5-4a59-8629-cd100afea110","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5409a33a-8860-4a65-8322-0b60eeb1038d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"898e11cd-f4ef-4e4f-b636-37a2feb33169","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"30077e90-7586-4c05-ac8f-58c094a6df77","artifactVersion":"2","generatedFromUUID":"5409a33a-8860-4a65-8322-0b60eeb1038d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTI5MmM3N2QzZTVjYzIyMDg0MjM3MWUzYjU4MmM3Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d532c73c-20ad-4cd2-81f3-9427e1053388","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGM0OGRiMDBiNTE5YzFlOWM0OWIxMTk4MGE0NzhiMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01196537-f02d-4b9e-a332-495cda48bfc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:44:56.330Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:44:56.331Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:44:56.333Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:44:56.333Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:44:56.433Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:44:56.434Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:44:56.434Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:56.446Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:56.447Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:44:56.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:56.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:44:56.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:44:56.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:44:57.334Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:44:57.335Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:44:57.337Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:44:57.337Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:44:57.437Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:44:57.438Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:44:57.438Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:57.448Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:57.448Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:44:58.338Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:44:58.339Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:44:58.341Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:44:58.341Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:44:58.441Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:44:58.442Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:44:58.442Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:58.449Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:58.449Z||pool-132-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:44:59.342Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:44:59.343Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:44:59.345Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:44:59.345Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:44:59.445Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:44:59.446Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:44:59.446Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:44:59.454Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:44:59.454Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:00.345Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:45:00.347Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:00.349Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:00.349Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:45:00.449Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:00.449Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:00.450Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:00.459Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:00.459Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:01.349Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:45:01.350Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:01.352Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:01.352Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-24T02:45:01.453Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:01.453Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:01.454Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:01.463Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:01.463Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:02.353Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:45:02.354Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:02.356Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:02.356Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:45:02.457Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:02.457Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:02.457Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:02.468Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:02.468Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:03.357Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:45:03.358Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:03.360Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:03.360Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:45:03.460Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:03.461Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:03.461Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:03.470Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:03.470Z||pool-137-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:04.362Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b30b40a7-9181-4a31-adb7-f127ac9ebe8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "560679f1-81b1-4b58-b597-05ce5b2049cc",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "16fc52e1-279c-467e-8637-d5f89df37f5b",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33dab778-0a34-4ff8-b2ca-ff7512ca9b65",
      "resourceInvariantUUID": "484cf437-c325-4a7e-99e6-e632417d7ce0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "YzdjYWFjMWIzZDI3NDVlMTQ4NThmYWQ4NDM4ZGE0OTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "245fd2f2-0cc5-4a59-8629-cd100afea110",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5409a33a-8860-4a65-8322-0b60eeb1038d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "30077e90-7586-4c05-ac8f-58c094a6df77",
            "generatedFromUUID": "5409a33a-8860-4a65-8322-0b60eeb1038d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "30077e90-7586-4c05-ac8f-58c094a6df77",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MGM0OGRiMDBiNTE5YzFlOWM0OWIxMTk4MGE0NzhiMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01196537-f02d-4b9e-a332-495cda48bfc1"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:45:04.362Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:45:04.362Z|f3220144-9a1a-4342-bf77-c31e46cdb3ec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b30b40a7-9181-4a31-adb7-f127ac9ebe8a ASDC
2022-02-24T02:45:04.363Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b30b40a7-9181-4a31-adb7-f127ac9ebe8a
ServiceInvariantUUID:560679f1-81b1-4b58-b597-05ce5b2049cc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:01196537-f02d-4b9e-a332-495cda48bfc1
ArtifactChecksum:MGM0OGRiMDBiNTE5YzFlOWM0OWIxMTk4MGE0NzhiMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:16fc52e1-279c-467e-8637-d5f89df37f5b
ResourceInvariantUUID:484cf437-c325-4a7e-99e6-e632417d7ce0
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:33dab778-0a34-4ff8-b2ca-ff7512ca9b65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:245fd2f2-0cc5-4a59-8629-cd100afea110
ArtifactChecksum:YzdjYWFjMWIzZDI3NDVlMTQ4NThmYWQ4NDM4ZGE0OTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5409a33a-8860-4a65-8322-0b60eeb1038d
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:30077e90-7586-4c05-ac8f-58c094a6df77
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:30077e90-7586-4c05-ac8f-58c094a6df77
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T02:45:04.363Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b30b40a7-9181-4a31-adb7-f127ac9ebe8a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:45:04.400Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:45:04.401Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:45:04.401Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:45:04.401Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 01196537-f02d-4b9e-a332-495cda48bfc1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-24T02:45:04.401Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:45:04.401Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-24T02:45:05.037Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:45:05.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 01196537-f02d-4b9e-a332-495cda48bfc1 73644
2022-02-24T02:45:05.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-24T02:45:05.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-24T02:45:05.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:45:05.044Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:05.046Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:05.046Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670705043,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:45:05.146Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:05.147Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:05.147Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:05.156Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:05.156Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:06.046Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:45:06.047Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:45:06.047Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 01196537-f02d-4b9e-a332-495cda48bfc1, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:06.048Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-24T02:45:06.048Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:06.048Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:06.134Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8320099518022076770/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-24T02:45:07.037Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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-Basicclamp-csar.csar
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:45:07.038Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:45:07.039Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T02:45:07.040Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:07.041Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fcbcab4b-ec83-4e18-9465-343a4e942e52
2022-02-24T02:45:07.042Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:07.043Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b30b40a7-9181-4a31-adb7-f127ac9ebe8a
Model Version:NULL
Model InvariantUuid:560679f1-81b1-4b58-b597-05ce5b2049cc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ac84026f-dacf-4468-bfd9-8c962c783d45
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:484cf437-c325-4a7e-99e6-e632417d7ce0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:16fc52e1-279c-467e-8637-d5f89df37f5b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:93ae350a-bb80-4034-9e02-9a6eaa93b5ba
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:dee1733c-ce94-4ac0-aa30-b15af75e09e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fcbcab4b-ec83-4e18-9465-343a4e942e52
ModelInvariantUuid:a319daec-4a5d-4b5e-9a97-6cb3bcf9a2c7
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:e08559ad-7463-43ff-b362-137b61231abe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:07f59eba-41d0-4d9b-be88-5b172687ab18
ModelInvariantUuid:40740ffe-e425-431b-8153-aa211c75086d
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d71d98b0-83bf-4ca1-8c1f-1690d14f80b3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:45:07.050Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 33dab778-0a34-4ff8-b2ca-ff7512ca9b65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:45:07.052Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||basicclamp 0
2022-02-24T02:45:07.053Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33dab778-0a34-4ff8-b2ca-ff7512ca9b65
2022-02-24T02:45:07.053Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 245fd2f2-0cc5-4a59-8629-cd100afea110 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-24T02:45:07.053Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:45:07.053Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-24T02:45:07.532Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:45:07.532Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 245fd2f2-0cc5-4a59-8629-cd100afea110 790
2022-02-24T02:45:07.532Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-24T02:45:07.533Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-24T02:45:07.533Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:45:07.533Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:07.535Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:07.535Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670707532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:45:07.635Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:07.636Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:07.636Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:07.646Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:07.647Z||pool-139-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:08.536Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "93ae350a-bb80-4034-9e02-9a6eaa93b5ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dee1733c-ce94-4ac0-aa30-b15af75e09e9",
    "vfModuleModelCustomizationUUID": "9884268e-fdcf-48b8-93dd-5d6ab6c5f021",
    "isBase": true,
    "artifacts": [
      "5409a33a-8860-4a65-8322-0b60eeb1038d",
      "30077e90-7586-4c05-ac8f-58c094a6df77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:45:08.540Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dee1733c-ce94-4ac0-aa30-b15af75e09e9
VfModuleModelInvariantUUID:93ae350a-bb80-4034-9e02-9a6eaa93b5ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
5409a33a-8860-4a65-8322-0b60eeb1038d
,
30077e90-7586-4c05-ac8f-58c094a6df77

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

isBase:true


}

2022-02-24T02:45:08.542Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "93ae350a-bb80-4034-9e02-9a6eaa93b5ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dee1733c-ce94-4ac0-aa30-b15af75e09e9",
    "vfModuleModelCustomizationUUID": "9884268e-fdcf-48b8-93dd-5d6ab6c5f021",
    "isBase": true,
    "artifacts": [
      "5409a33a-8860-4a65-8322-0b60eeb1038d",
      "30077e90-7586-4c05-ac8f-58c094a6df77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:45:08.543Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dee1733c-ce94-4ac0-aa30-b15af75e09e9
VfModuleModelInvariantUUID:93ae350a-bb80-4034-9e02-9a6eaa93b5ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
5409a33a-8860-4a65-8322-0b60eeb1038d
,
30077e90-7586-4c05-ac8f-58c094a6df77

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

isBase:true


}

2022-02-24T02:45:08.543Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5409a33a-8860-4a65-8322-0b60eeb1038d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-24T02:45:08.543Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:45:08.543Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-24T02:45:09.436Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:45:09.436Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5409a33a-8860-4a65-8322-0b60eeb1038d 5033
2022-02-24T02:45:09.437Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-24T02:45:09.437Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-24T02:45:09.437Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:45:09.437Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:09.439Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:09.439Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670709437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:45:09.539Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:45:09.540Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:09.540Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:09.550Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:09.550Z||pool-140-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:10.440Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 30077e90-7586-4c05-ac8f-58c094a6df77 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-24T02:45:10.441Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:45:10.441Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-24T02:45:10.966Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:45:10.967Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 30077e90-7586-4c05-ac8f-58c094a6df77 909
2022-02-24T02:45:10.967Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-24T02:45:10.967Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-24T02:45:10.967Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:45:10.967Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:10.969Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:10.969Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670710967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:45:11.069Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:11.070Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:11.070Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:11.084Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:11.084Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:11.969Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b30b40a7-9181-4a31-adb7-f127ac9ebe8a
2022-02-24T02:45:11.970Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 33dab778-0a34-4ff8-b2ca-ff7512ca9b65 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:45:11.984Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@517fdf11, org.onap.sdc.toscaparser.api.parameters.Input@931688d, org.onap.sdc.toscaparser.api.parameters.Input@6d1ea37c, org.onap.sdc.toscaparser.api.parameters.Input@783f7c19, org.onap.sdc.toscaparser.api.parameters.Input@5717a358]
2022-02-24T02:45:11.985Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.985Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.985Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-24T02:45:11.985Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 16fc52e1-279c-467e-8637-d5f89df37f5b
2022-02-24T02:45:11.986Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 16fc52e1-279c-467e-8637-d5f89df37f5b matches Tosca VF Customization UUID: 16fc52e1-279c-467e-8637-d5f89df37f5b
2022-02-24T02:45:11.986Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 16fc52e1-279c-467e-8637-d5f89df37f5b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T02:45:11.987Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.987Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.988Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 16fc52e1-279c-467e-8637-d5f89df37f5b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-24T02:45:11.988Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ea1f2b6
2022-02-24T02:45:11.988Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.988Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:45:11.989Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9884268e-fdcf-48b8-93dd-5d6ab6c5f021
2022-02-24T02:45:11.989Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9884268e-fdcf-48b8-93dd-5d6ab6c5f021
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T02:45:11.990Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-24T02:45:11.991Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-24T02:45:11.992Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-24T02:45:11.992Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fcbcab4b-ec83-4e18-9465-343a4e942e52
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-24T02:45:11.994Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.994Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:11.994Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:45:11.994Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.994Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-24T02:45:11.994Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=16fc52e1-279c-467e-8637-d5f89df37f5b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:45:11.996Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.996Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.996Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b30b40a7-9181-4a31-adb7-f127ac9ebe8a: basicclamp
2022-02-24T02:45:11.996Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.996Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.996Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:45:11.997Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:45:12.085Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 33dab778-0a34-4ff8-b2ca-ff7512ca9b65 1 ASDC deployResourceStructure
2022-02-24T02:45:12.085Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-02-24T02:45:12.085Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-24T02:45:12.085Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:45:12.086Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:12.087Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:12.087Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670712085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:45:12.188Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:12.188Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:12.188Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:12.198Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:12.198Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:45:13.090Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-24T02:45:13.090Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-24T02:45:13.090Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:45:13.090Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:13.091Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:13.092Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670713090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:45:13.192Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:13.192Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:13.192Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:13.202Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:13.202Z||pool-143-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:14.093Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-24T02:45:14.093Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-24T02:45:14.093Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:45:14.093Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:14.095Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:14.095Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670714093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:45:14.195Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:14.196Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:14.196Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:14.205Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:14.206Z||pool-144-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:45:15.096Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-24T02:45:15.096Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-24T02:45:15.096Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:45:15.097Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:45:15.099Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:45:15.099Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670715095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:45:15.199Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:45:15.200Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:45:15.200Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:15.210Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:15.210Z||pool-145-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:45:16.100Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:45:16.110Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:45:16.112Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:45:16.113Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:45:16.113Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:45:46.113Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:45:46.125Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:45:46.127Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:45:46.127Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:45:46.127Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:45:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:45:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:45:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:45:52.721Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:45:52.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:45:52.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:45:52.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:46:16.127Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:46:16.136Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:46:16.138Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:46:16.138Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:46:16.138Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:46:46.138Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:46:46.147Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:46:46.149Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:46:46.149Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:46:46.149Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:46:52.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:46:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:46:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:46:52.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:46:52.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:46:52.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:46:52.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:16.149Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:47:16.160Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:47:16.162Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:47:16.163Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:47:16.163Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:47:46.163Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:47:46.178Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:47:46.181Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:47:46.181Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-24T02:47:46.181Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-24T02:47:52.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:47:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:47:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:47:52.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:47:52.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670694646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670690476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670689539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670687563,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670692698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670704939,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670704968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670705040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670705043,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670705972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "cds",
  "timestamp": 1645670706047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.747Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
2022-02-24T02:47:52.748Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670706234,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "policy-id",
  "timestamp": 1645670706974,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.763Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
2022-02-24T02:47:52.763Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670699372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670707532,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670708067,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670709069,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670709085,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.779Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
2022-02-24T02:47:52.779Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T02:47:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670709437,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670710088,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670710967,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670711041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670712043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
2022-02-24T02:47:52.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670712085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670713090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670714093,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670715095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670707711,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670710656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670719368,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670719732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670720735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670723856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670724443,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670724860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "aai-ml",
  "timestamp": 1645670725447,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.813Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
2022-02-24T02:47:52.813Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "clamp",
  "timestamp": 1645670725864,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.826Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
2022-02-24T02:47:52.826Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670727563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670729372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670729539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670734646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670744885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670744935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670744961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670735476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670745888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670745979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670746203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "policy-id",
  "timestamp": 1645670746890,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.862Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f2ca79c-ccf3-447f-ac72-adb1e9098417
2022-02-24T02:47:52.862Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670746968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670747018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670737711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670747971,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.877Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f2ca79c-ccf3-447f-ac72-adb1e9098417
2022-02-24T02:47:52.877Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670748071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "cds",
  "timestamp": 1645670748597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.892Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f2ca79c-ccf3-447f-ac72-adb1e9098417
2022-02-24T02:47:52.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:47:52.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670749137,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:47:52.905Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f2ca79c-ccf3-447f-ac72-adb1e9098417
2022-02-24T02:47:52.905Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-24T02:47:52.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:47:52.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670750141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670740656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:47:52.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670751402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:47:52.915Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:48:16.181Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:48:16.192Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:48:16.194Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:48:16.194Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:48:16.195Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:48:16.195Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:48:16.195Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:48:16.195Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:48:16.195Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-02-24T02:48:16.195Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:48:16.200Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:48:46.201Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:48:46.208Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and serviceModelVersionId: b30b40a7-9181-4a31-adb7-f127ac9ebe8a
2022-02-24T02:48:46.208Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 560679f1-81b1-4b58-b597-05ce5b2049cc
2022-02-24T02:48:46.209Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/560679f1-81b1-4b58-b597-05ce5b2049cc/model-vers/model-ver/b30b40a7-9181-4a31-adb7-f127ac9ebe8a?depth=0
2022-02-24T02:48:46.216Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:48:46.243Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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/560679f1-81b1-4b58-b597-05ce5b2049cc/model-vers/model-ver/b30b40a7-9181-4a31-adb7-f127ac9ebe8a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-24T02:48:46.244Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/560679f1-81b1-4b58-b597-05ce5b2049cc/model-vers/model-ver/b30b40a7-9181-4a31-adb7-f127ac9ebe8a?depth=0|INFO|500||Invoke
2022-02-24T02:48:46.260Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/560679f1-81b1-4b58-b597-05ce5b2049cc/model-vers/model-ver/b30b40a7-9181-4a31-adb7-f127ac9ebe8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-02-24T02:48:46.339Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/560679f1-81b1-4b58-b597-05ce5b2049cc/model-vers/model-ver/b30b40a7-9181-4a31-adb7-f127ac9ebe8a?depth=0|INFO|500||InvokeReturn
2022-02-24T02:48:46.339Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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/560679f1-81b1-4b58-b597-05ce5b2049cc/model-vers/model-ver/b30b40a7-9181-4a31-adb7-f127ac9ebe8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220224-02:48:46:267-49158], vertex-id=[225488], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:48:46 GMT], Content-Type=[application/json]}
2022-02-24T02:48:46.339Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:48:46.339Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:48:46.340Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:48:46.344Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:48:46.345Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11b903b6-17ee-4b08-b8ec-a9e4b9d3e844 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-02-24T02:48:46.345Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:48:46.345Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:46.347Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:46.347Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670926345,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-24T02:48:46.447Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:46.448Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:46.448Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:46.461Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:46.461Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:48:47.360Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:48:47.360Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:48:47.360Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:51.697Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:51.698Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:48:51.698Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f2ca79c-ccf3-447f-ac72-adb1e9098417","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"af3929c8-26b9-4bf3-bd89-2d9a34656277","serviceDescription":"service","serviceInvariantUUID":"f5ed1b98-e23c-48df-8c26-cee325f59f2a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"befc7148-b404-471d-b4cd-f9ab37c0a59c","resourceInvariantUUID":"a352c881-ceab-46fb-88ae-8273dfad390f","resourceCustomizationUUID":"2da53985-583d-4820-a272-c9c57ebf706a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YmNiZGY0ZmMyNjQ4YzEyOTM1YjNmNDE2YTBkZjVhZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9065cccc-aa72-455d-96a5-aadfb0b78572","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MGQwZDgxNTliOTU1MTBlMmRhOGM5OGMzMjAyYzk0OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"255f8ec9-ea42-485d-a5bf-c6935147dc9f","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af65e2cf-8ea4-4094-b8ba-053843e7f75f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4b2731c9-3520-4884-85da-f6ba96b775cd","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a9928545-fc8b-4be6-bf4a-77e79f914b4a","artifactVersion":"2","generatedFromUUID":"d533db43-1a7e-4a6a-87e1-668a15dc7b31"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"474077bf-23fc-4049-923c-34a1cd6040d2","artifactVersion":"2","generatedFromUUID":"af65e2cf-8ea4-4094-b8ba-053843e7f75f"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d533db43-1a7e-4a6a-87e1-668a15dc7b31","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c6eb38bd-73f0-479a-8750-3973bec27449","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MDIzOGY0NTJkMzM2ZWNlYWEyMDA5ODQxODUxNjk3NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aaeb85d7-da75-4b76-aadd-dae90c671fb2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGEzNjJmYTU0ODFhZWRmNDlhZDUxNWIxYmFhMDQzOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b76d5d8-a2de-4318-95ec-206c1b3a43b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:48:51.700Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:51.700Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:51.703Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:51.703Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:48:51.803Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:51.804Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:51.804Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:51.813Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:51.814Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:48:52.701Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:48:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:48:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:52.703Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:52.704Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:52.706Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:52.706Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:48:52.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:52.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:48:52.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670753737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670756542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670757402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:48:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "aai-ml",
  "timestamp": 1645670757546,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:48:52.733Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f2ca79c-ccf3-447f-ac72-adb1e9098417
2022-02-24T02:48:52.733Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:48:52.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:48:52.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "clamp",
  "timestamp": 1645670758405,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:48:52.748Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f2ca79c-ccf3-447f-ac72-adb1e9098417
2022-02-24T02:48:52.749Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:48:52.807Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:48:52.807Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:52.807Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:52.816Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:52.816Z||pool-148-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:48:53.707Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:53.708Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:53.710Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:53.710Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:48:53.810Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:53.811Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:53.811Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:53.821Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:53.822Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:48:54.710Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:54.711Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:54.714Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:54.714Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:48:54.814Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:48:54.815Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:54.815Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:54.823Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:54.824Z||pool-150-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:48:55.715Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:55.716Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:55.718Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:55.718Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-24T02:48:55.818Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:55.819Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:55.819Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:55.829Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:55.829Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:48:56.718Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:56.719Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:56.721Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:56.721Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-24T02:48:56.821Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:56.822Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:56.822Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:56.832Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:56.832Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:48:57.721Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:57.722Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:57.724Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:57.725Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-24T02:48:57.825Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:57.826Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:57.826Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:57.835Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:57.835Z||pool-153-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:48:58.725Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:58.726Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:58.728Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:58.729Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:48:58.829Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:58.830Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:58.830Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:58.839Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:58.840Z||pool-154-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:48:59.729Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:48:59.730Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:48:59.733Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:48:59.733Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:48:59.833Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:48:59.834Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:48:59.834Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:48:59.844Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:48:59.844Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:00.733Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:00.734Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:00.736Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:00.737Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:00.837Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:00.838Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:00.838Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:00.847Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:00.847Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:01.738Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "af3929c8-26b9-4bf3-bd89-2d9a34656277",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f5ed1b98-e23c-48df-8c26-cee325f59f2a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2da53985-583d-4820-a272-c9c57ebf706a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "befc7148-b404-471d-b4cd-f9ab37c0a59c",
      "resourceInvariantUUID": "a352c881-ceab-46fb-88ae-8273dfad390f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MGQwZDgxNTliOTU1MTBlMmRhOGM5OGMzMjAyYzk0OGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "255f8ec9-ea42-485d-a5bf-c6935147dc9f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "af65e2cf-8ea4-4094-b8ba-053843e7f75f",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "474077bf-23fc-4049-923c-34a1cd6040d2",
            "generatedFromUUID": "af65e2cf-8ea4-4094-b8ba-053843e7f75f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a9928545-fc8b-4be6-bf4a-77e79f914b4a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "474077bf-23fc-4049-923c-34a1cd6040d2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d533db43-1a7e-4a6a-87e1-668a15dc7b31",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZGEzNjJmYTU0ODFhZWRmNDlhZDUxNWIxYmFhMDQzOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b76d5d8-a2de-4318-95ec-206c1b3a43b9"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:49:01.739Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:49:01.739Z|11b903b6-17ee-4b08-b8ec-a9e4b9d3e844|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 af3929c8-26b9-4bf3-bd89-2d9a34656277 ASDC
2022-02-24T02:49:01.740Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4f2ca79c-ccf3-447f-ac72-adb1e9098417
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:af3929c8-26b9-4bf3-bd89-2d9a34656277
ServiceInvariantUUID:f5ed1b98-e23c-48df-8c26-cee325f59f2a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:7b76d5d8-a2de-4318-95ec-206c1b3a43b9
ArtifactChecksum:ZGEzNjJmYTU0ODFhZWRmNDlhZDUxNWIxYmFhMDQzOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2da53985-583d-4820-a272-c9c57ebf706a
ResourceInvariantUUID:a352c881-ceab-46fb-88ae-8273dfad390f
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:befc7148-b404-471d-b4cd-f9ab37c0a59c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:255f8ec9-ea42-485d-a5bf-c6935147dc9f
ArtifactChecksum:MGQwZDgxNTliOTU1MTBlMmRhOGM5OGMzMjAyYzk0OGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:af65e2cf-8ea4-4094-b8ba-053843e7f75f
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:474077bf-23fc-4049-923c-34a1cd6040d2
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:a9928545-fc8b-4be6-bf4a-77e79f914b4a
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:474077bf-23fc-4049-923c-34a1cd6040d2
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:d533db43-1a7e-4a6a-87e1-668a15dc7b31
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-24T02:49:01.740Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF af3929c8-26b9-4bf3-bd89-2d9a34656277 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:49:01.770Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:49:01.771Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:49:01.771Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:49:01.771Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7b76d5d8-a2de-4318-95ec-206c1b3a43b9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:01.772Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:01.772Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:03.132Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:03.142Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7b76d5d8-a2de-4318-95ec-206c1b3a43b9 158186
2022-02-24T02:49:03.142Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-24T02:49:03.142Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:03.142Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:03.143Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:03.144Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:03.144Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670943142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:03.244Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:03.245Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:03.245Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:03.255Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:03.255Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:04.145Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:49:04.146Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:49:04.146Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7b76d5d8-a2de-4318-95ec-206c1b3a43b9, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:04.147Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-02-24T02:49:04.147Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:04.147Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:04.231Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5923798559151677635/Definitions/service-BasicCnfMacro-template.yml
2022-02-24T02:49:05.077Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|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-BasicCnfMacro-csar.csar
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:49:05.078Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:49:05.079Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.080Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0d3f17d4-70d1-49e1-95a8-83d4c9884505
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:05.081Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:af3929c8-26b9-4bf3-bd89-2d9a34656277
Model Version:NULL
Model InvariantUuid:f5ed1b98-e23c-48df-8c26-cee325f59f2a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:5006a469-3f7d-4b2f-935a-8cea9263cd09
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a352c881-ceab-46fb-88ae-8273dfad390f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2da53985-583d-4820-a272-c9c57ebf706a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a4ea33b9-7129-415c-8b08-acccc00eff47
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:e9138215-0cf8-4dcf-9051-55c6be7ade3f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4f911dfd-b371-41eb-b025-188fd2e1892f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:74fb82cd-bc01-41a8-8736-3f838eb69d8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0d3f17d4-70d1-49e1-95a8-83d4c9884505
ModelInvariantUuid:ecafe1a7-e0e6-46dc-b714-dad5b807d98d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8e1f5010-c93b-45d7-a358-82f82792283d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d531dbdd-e4c6-4f0f-8a5e-1872a4a9fb77
ModelInvariantUuid:0130e6f4-b12d-4f5a-8bbf-317bb912d252
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:826471a1-53fb-4d1f-914d-0e715a90c48e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:49:05.088Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: befc7148-b404-471d-b4cd-f9ab37c0a59c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:49:05.090Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-02-24T02:49:05.090Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: befc7148-b404-471d-b4cd-f9ab37c0a59c
2022-02-24T02:49:05.090Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 255f8ec9-ea42-485d-a5bf-c6935147dc9f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-24T02:49:05.091Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:05.091Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-24T02:49:05.437Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:05.438Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 255f8ec9-ea42-485d-a5bf-c6935147dc9f 1565
2022-02-24T02:49:05.438Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-24T02:49:05.438Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-24T02:49:05.438Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:05.438Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:05.439Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:05.440Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670945438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:05.540Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:05.541Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:05.541Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:05.550Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:05.550Z||pool-158-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:06.440Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4f911dfd-b371-41eb-b025-188fd2e1892f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74fb82cd-bc01-41a8-8736-3f838eb69d8d",
    "vfModuleModelCustomizationUUID": "94a29311-a79c-4815-b4bb-2bb6cee6dc6c",
    "isBase": true,
    "artifacts": [
      "af65e2cf-8ea4-4094-b8ba-053843e7f75f",
      "474077bf-23fc-4049-923c-34a1cd6040d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "a4ea33b9-7129-415c-8b08-acccc00eff47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9138215-0cf8-4dcf-9051-55c6be7ade3f",
    "vfModuleModelCustomizationUUID": "e5bf1590-b8ae-4b4c-b297-0b89c4ebc079",
    "isBase": false,
    "artifacts": [
      "d533db43-1a7e-4a6a-87e1-668a15dc7b31"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:49:06.443Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74fb82cd-bc01-41a8-8736-3f838eb69d8d
VfModuleModelInvariantUUID:4f911dfd-b371-41eb-b025-188fd2e1892f
VfModuleModelDescription:NULL
Artifacts UUID List:{
af65e2cf-8ea4-4094-b8ba-053843e7f75f
,
474077bf-23fc-4049-923c-34a1cd6040d2

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e9138215-0cf8-4dcf-9051-55c6be7ade3f
VfModuleModelInvariantUUID:a4ea33b9-7129-415c-8b08-acccc00eff47
VfModuleModelDescription:NULL
Artifacts UUID List:{
d533db43-1a7e-4a6a-87e1-668a15dc7b31

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

isBase:false


}

2022-02-24T02:49:06.445Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4f911dfd-b371-41eb-b025-188fd2e1892f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74fb82cd-bc01-41a8-8736-3f838eb69d8d",
    "vfModuleModelCustomizationUUID": "94a29311-a79c-4815-b4bb-2bb6cee6dc6c",
    "isBase": true,
    "artifacts": [
      "af65e2cf-8ea4-4094-b8ba-053843e7f75f",
      "474077bf-23fc-4049-923c-34a1cd6040d2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "a4ea33b9-7129-415c-8b08-acccc00eff47",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9138215-0cf8-4dcf-9051-55c6be7ade3f",
    "vfModuleModelCustomizationUUID": "e5bf1590-b8ae-4b4c-b297-0b89c4ebc079",
    "isBase": false,
    "artifacts": [
      "d533db43-1a7e-4a6a-87e1-668a15dc7b31"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-02-24T02:49:06.445Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74fb82cd-bc01-41a8-8736-3f838eb69d8d
VfModuleModelInvariantUUID:4f911dfd-b371-41eb-b025-188fd2e1892f
VfModuleModelDescription:NULL
Artifacts UUID List:{
af65e2cf-8ea4-4094-b8ba-053843e7f75f
,
474077bf-23fc-4049-923c-34a1cd6040d2

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:e9138215-0cf8-4dcf-9051-55c6be7ade3f
VfModuleModelInvariantUUID:a4ea33b9-7129-415c-8b08-acccc00eff47
VfModuleModelDescription:NULL
Artifacts UUID List:{
d533db43-1a7e-4a6a-87e1-668a15dc7b31

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

isBase:false


}

2022-02-24T02:49:06.445Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: af65e2cf-8ea4-4094-b8ba-053843e7f75f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-24T02:49:06.446Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:06.446Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-24T02:49:06.732Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:06.732Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml af65e2cf-8ea4-4094-b8ba-053843e7f75f 914
2022-02-24T02:49:06.732Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-24T02:49:06.733Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-24T02:49:06.733Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:06.733Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:06.735Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:06.735Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670946732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:06.836Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:06.836Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:06.836Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:06.845Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:06.846Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:07.736Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a9928545-fc8b-4be6-bf4a-77e79f914b4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-24T02:49:07.736Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:07.737Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-24T02:49:07.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:07.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a9928545-fc8b-4be6-bf4a-77e79f914b4a 12
2022-02-24T02:49:07.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-24T02:49:07.875Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-02-24T02:49:07.875Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:07.875Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:07.877Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:07.877Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670947874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:07.978Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:07.978Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:07.979Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:07.989Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:07.989Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:08.878Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 474077bf-23fc-4049-923c-34a1cd6040d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-24T02:49:08.878Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:08.879Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-24T02:49:09.666Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:09.666Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 474077bf-23fc-4049-923c-34a1cd6040d2 96
2022-02-24T02:49:09.666Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-24T02:49:09.667Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-24T02:49:09.667Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:09.667Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:09.669Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:09.669Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670949666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:09.769Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:09.770Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:09.770Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:09.780Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:09.780Z||pool-161-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:10.670Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d533db43-1a7e-4a6a-87e1-668a15dc7b31 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-24T02:49:10.670Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:10.670Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-24T02:49:10.847Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:10.848Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d533db43-1a7e-4a6a-87e1-668a15dc7b31 20206
2022-02-24T02:49:10.848Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-24T02:49:10.849Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-02-24T02:49:10.849Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:10.849Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:10.851Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:10.851Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670950848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:10.951Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:10.952Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:10.952Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:10.963Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:10.963Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:11.855Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: af3929c8-26b9-4bf3-bd89-2d9a34656277
2022-02-24T02:49:11.855Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 befc7148-b404-471d-b4cd-f9ab37c0a59c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:49:11.864Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@623fd173, org.onap.sdc.toscaparser.api.parameters.Input@4064d7b7, org.onap.sdc.toscaparser.api.parameters.Input@1b08adaf, org.onap.sdc.toscaparser.api.parameters.Input@507fa13b, org.onap.sdc.toscaparser.api.parameters.Input@4cd7460e]
2022-02-24T02:49:11.865Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.865Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.865Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-02-24T02:49:11.865Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2da53985-583d-4820-a272-c9c57ebf706a
2022-02-24T02:49:11.865Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2da53985-583d-4820-a272-c9c57ebf706a matches Tosca VF Customization UUID: 2da53985-583d-4820-a272-c9c57ebf706a
2022-02-24T02:49:11.865Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2da53985-583d-4820-a272-c9c57ebf706a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-24T02:49:11.868Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.868Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.868Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2da53985-583d-4820-a272-c9c57ebf706a: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-02-24T02:49:11.868Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59085db3
2022-02-24T02:49:11.868Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.869Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-24T02:49:11.869Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5bf1590-b8ae-4b4c-b297-0b89c4ebc079
2022-02-24T02:49:11.869Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5bf1590-b8ae-4b4c-b297-0b89c4ebc079
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-24T02:49:11.871Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.871Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:11.871Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:49:11.872Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.872Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:11.872Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-24T02:49:11.872Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.872Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-02-24T02:49:11.872Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2da53985-583d-4820-a272-c9c57ebf706a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:49:11.873Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid af3929c8-26b9-4bf3-bd89-2d9a34656277: basic_cnf_macro
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.874Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:11.875Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-24T02:49:11.875Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:11.913Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro befc7148-b404-471d-b4cd-f9ab37c0a59c 2 ASDC deployResourceStructure
2022-02-24T02:49:11.914Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-02-24T02:49:11.914Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-02-24T02:49:11.914Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:49:11.914Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:11.916Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:11.916Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670951914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:12.016Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:12.017Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:12.017Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:12.026Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:12.026Z||pool-163-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:12.917Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-02-24T02:49:12.917Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-02-24T02:49:12.918Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:49:12.918Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:12.920Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:12.920Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670952917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:13.020Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:13.021Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:13.021Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:13.032Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:13.032Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:13.921Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-02-24T02:49:13.921Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-02-24T02:49:13.921Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-24T02:49:13.922Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:13.924Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:13.924Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670953921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:49:14.024Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:14.025Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:14.025Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:14.035Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:14.036Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:14.925Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-02-24T02:49:14.925Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-02-24T02:49:14.925Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:49:14.925Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:14.927Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:14.928Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670954924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:15.028Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:15.029Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:15.029Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:15.038Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:15.038Z||pool-166-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:49:15.928Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-02-24T02:49:15.929Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-24T02:49:15.929Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-24T02:49:15.929Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:15.931Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:15.931Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670955928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:49:16.032Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-24T02:49:16.032Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:16.032Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:16.043Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:16.043Z||pool-167-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:16.932Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-02-24T02:49:16.932Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-02-24T02:49:16.932Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:49:16.933Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:16.934Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:16.935Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670956932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:17.034Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:49:17.035Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:17.035Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:17.049Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:17.049Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:17.935Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f2ca79c-ccf3-447f-ac72-adb1e9098417
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:49:17.946Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f2ca79c-ccf3-447f-ac72-adb1e9098417
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:49:17.949Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:49:17.949Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:49:17.949Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:49:17.949Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:49:17.949Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:49:17.950Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:49:17.950Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:49:17.950Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:49:17.950Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:49:17.950Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:49:17.950Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:49:17.957Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:49:47.957Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:49:47.961Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1a1a4775 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=3960) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-02-24T02:49:47.962Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-02-24T02:49:47.963Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||ERROR|500||(conn=3960) WSREP has not yet prepared node for application use
2022-02-24T02:49:47.964Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-24T02:49:47.965Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor211.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3960) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 53 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-02-24T02:49:47.965Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-24T02:49:47.965Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:49:47.969Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:49:47.969Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f2ca79c-ccf3-447f-ac72-adb1e9098417 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-02-24T02:49:47.970Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-02-24T02:49:47.970Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:47.971Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:47.971Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670987970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-02-24T02:49:48.071Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:48.073Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:48.073Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:48.086Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:48.087Z||pool-169-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:49:48.985Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-24T02:49:48.985Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b179a52-ca6a-47f9-91ba-413e3e8b3808","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c04d7887-b6ea-4cf0-99bd-afbd88b3a83d","serviceDescription":"service","serviceInvariantUUID":"77ed43a9-c9e1-48c8-b06a-00bc40de5df9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8ceec6c0-1ae5-4323-adea-8bf15521a710","resourceInvariantUUID":"d8e7a8cb-17ac-4b84-9b32-8d6f9f9f0deb","resourceCustomizationUUID":"b6375fde-3b9e-4967-90c7-e560eecf7ec6","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":"ZjJlNjkwOWVlYjNkMmYwYmJiY2YwOWQyMGFhMDllNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab007bff-2aa1-4cb2-bbec-3e691226e0ed","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":"00344537-88b4-474c-a620-282f6e5ef562","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":"3763c428-6413-41fe-8740-46929d42149c","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":"M2NlNDA2YWM1MzQ0OTdkNzQ5Y2EwMjhiZDM1YmM4NmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f7853473-679e-4388-8228-fab2b12f2ea4","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":"efc69c4a-5e59-4a00-b6f0-5f4641768ff2","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":"33e6bab0-ef6b-4436-b917-382ebcbc47e7","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":"3d8821dc-4974-47b1-a637-b53039d1e1c5","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":"ZjY3OWIwN2UxYWE5NDlmNGQ5MTcwYjJlOGU2Y2Q4OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f1c507-e883-4a32-a1a0-843243fa62f0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTcwOTE0ZjEzZmY3Nzc0NjgzNmI1ZDE2NGYxYjM3ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8298a0b7-a78f-493d-870e-0646a0e48f10","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-24T02:49:48.985Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:48.985Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:48.987Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:48.987Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:49.087Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:49.087Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:49.088Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:49.097Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:49.097Z||pool-170-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:49.988Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:49.988Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:49.990Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:49.991Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:50.090Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:49:50.091Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:50.091Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:50.101Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:50.101Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:49:50.991Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:50.992Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:50.994Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:50.994Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:51.094Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:51.095Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:51.095Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:51.104Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:51.105Z||pool-172-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:49:51.995Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:51.996Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:51.998Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:51.998Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.098Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:52.098Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:52.099Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:52.110Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:52.110Z||pool-173-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:49:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:49:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:49:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:52.722Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:52.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670874646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670870476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670879372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670890355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670890376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670890469,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670891479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:52.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "cds",
  "timestamp": 1645670891589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.750Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b179a52-ca6a-47f9-91ba-413e3e8b3808
2022-02-24T02:49:52.750Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670892003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1645670892481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:49:52.763Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2b179a52-ca6a-47f9-91ba-413e3e8b3808
2022-02-24T02:49:52.763Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1645670893006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:49:52.776Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b179a52-ca6a-47f9-91ba-413e3e8b3808
2022-02-24T02:49:52.776Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1645670887563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670887711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670889539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670899233,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670890656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670900236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670900368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "policy-id",
  "timestamp": 1645670901238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:49:52.794Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b179a52-ca6a-47f9-91ba-413e3e8b3808
2022-02-24T02:49:52.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670904039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:52.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "aai-ml",
  "timestamp": 1645670905042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:49:52.805Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b179a52-ca6a-47f9-91ba-413e3e8b3808
2022-02-24T02:49:52.806Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670907197,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670908770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "clamp",
  "timestamp": 1645670909772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:49:52.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b179a52-ca6a-47f9-91ba-413e3e8b3808
2022-02-24T02:49:52.818Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-24T02:49:52.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11b903b6-17ee-4b08-b8ec-a9e4b9d3e844",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670926345,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-02-24T02:49:52.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:49:52.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:49:52.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:52.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:49:52.998Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:52.999Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:53.001Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:53.001Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:53.101Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:53.102Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:53.102Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:53.112Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:53.112Z||pool-174-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:54.002Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:54.003Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:54.005Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:54.005Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:54.105Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:54.105Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:54.106Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:54.114Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:54.115Z||pool-175-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:55.006Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:55.006Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:55.008Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:55.008Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:55.108Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:49:55.109Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:55.109Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:55.118Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:55.118Z||pool-176-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:56.009Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:56.010Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:56.013Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:56.013Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:49:56.112Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-24T02:49:56.113Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:56.113Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:56.122Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:56.123Z||pool-177-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-24T02:49:57.013Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-24T02:49:57.015Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:57.017Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:57.017Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:49:57.117Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:57.118Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:57.118Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:57.128Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:57.128Z||pool-178-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:58.018Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c04d7887-b6ea-4cf0-99bd-afbd88b3a83d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "77ed43a9-c9e1-48c8-b06a-00bc40de5df9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b6375fde-3b9e-4967-90c7-e560eecf7ec6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8ceec6c0-1ae5-4323-adea-8bf15521a710",
      "resourceInvariantUUID": "d8e7a8cb-17ac-4b84-9b32-8d6f9f9f0deb",
      "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": "YTcwOTE0ZjEzZmY3Nzc0NjgzNmI1ZDE2NGYxYjM3ZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8298a0b7-a78f-493d-870e-0646a0e48f10"
    }
  ],
  "workloadContext": "Production"
}
2022-02-24T02:49:58.019Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-24T02:49:58.019Z|4f2ca79c-ccf3-447f-ac72-adb1e9098417|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c04d7887-b6ea-4cf0-99bd-afbd88b3a83d ASDC
2022-02-24T02:49:58.019Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2b179a52-ca6a-47f9-91ba-413e3e8b3808
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c04d7887-b6ea-4cf0-99bd-afbd88b3a83d
ServiceInvariantUUID:77ed43a9-c9e1-48c8-b06a-00bc40de5df9
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:8298a0b7-a78f-493d-870e-0646a0e48f10
ArtifactChecksum:YTcwOTE0ZjEzZmY3Nzc0NjgzNmI1ZDE2NGYxYjM3ZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b6375fde-3b9e-4967-90c7-e560eecf7ec6
ResourceInvariantUUID:d8e7a8cb-17ac-4b84-9b32-8d6f9f9f0deb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:8ceec6c0-1ae5-4323-adea-8bf15521a710
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-24T02:49:58.019Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c04d7887-b6ea-4cf0-99bd-afbd88b3a83d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-24T02:49:58.043Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:49:58.043Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:49:58.043Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:49:58.043Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8298a0b7-a78f-493d-870e-0646a0e48f10 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-24T02:49:58.044Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-02-24T02:49:58.044Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:58.247Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-02-24T02:49:58.255Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8298a0b7-a78f-493d-870e-0646a0e48f10 105633
2022-02-24T02:49:58.255Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:58.255Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:58.255Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-24T02:49:58.256Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:58.257Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:58.257Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670998255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:49:58.357Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:49:58.358Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:49:58.358Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:49:58.368Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:49:58.368Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:49:59.258Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-24T02:49:59.259Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-02-24T02:49:59.259Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8298a0b7-a78f-493d-870e-0646a0e48f10, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-24T02:49:59.260Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-24T02:49:59.260Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-24T02:49:59.260Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-24T02:49:59.339Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3526850738692639196/Definitions/service-TestPnfMacro-template.yml
2022-02-24T02:49:59.901Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-24T02:49:59.901Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.902Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-24T02:49:59.903Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-24T02:49:59.904Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.905Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.906Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.906Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.906Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c04d7887-b6ea-4cf0-99bd-afbd88b3a83d
Model Version:NULL
Model InvariantUuid:77ed43a9-c9e1-48c8-b06a-00bc40de5df9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-24T02:49:59.912Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8ceec6c0-1ae5-4323-adea-8bf15521a710
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:49:59.914Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-02-24T02:49:59.914Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8ceec6c0-1ae5-4323-adea-8bf15521a710
2022-02-24T02:49:59.914Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c04d7887-b6ea-4cf0-99bd-afbd88b3a83d
2022-02-24T02:49:59.914Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c04d7887-b6ea-4cf0-99bd-afbd88b3a83d
2022-02-24T02:49:59.914Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8ceec6c0-1ae5-4323-adea-8bf15521a710 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:49:59.918Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@338a6bba, org.onap.sdc.toscaparser.api.parameters.Input@3e7af04b, org.onap.sdc.toscaparser.api.parameters.Input@40f55bdd, org.onap.sdc.toscaparser.api.parameters.Input@4edd8569, org.onap.sdc.toscaparser.api.parameters.Input@2eeae0b3]
2022-02-24T02:49:59.918Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.919Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.919Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c04d7887-b6ea-4cf0-99bd-afbd88b3a83d: test-pnf
2022-02-24T02:49:59.919Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8ceec6c0-1ae5-4323-adea-8bf15521a710
2022-02-24T02:49:59.919Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-24T02:49:59.919Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.919Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||Resource customization UUID: b6375fde-3b9e-4967-90c7-e560eecf7ec6 is the same as notified resource customizationUUID: b6375fde-3b9e-4967-90c7-e560eecf7ec6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-24T02:49:59.949Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8ceec6c0-1ae5-4323-adea-8bf15521a710 0 ASDC deployResourceStructure
2022-02-24T02:49:59.950Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.950Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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-02-24T02:49:59.950Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-24T02:49:59.951Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:49:59.953Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:49:59.953Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670999950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:50:00.053Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:50:00.054Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:50:00.054Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:50:00.064Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:50:00.064Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-24T02:50:00.954Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b179a52-ca6a-47f9-91ba-413e3e8b3808
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:50:00.966Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b179a52-ca6a-47f9-91ba-413e3e8b3808
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-24T02:50:00.969Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-24T02:50:00.969Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-24T02:50:00.969Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-24T02:50:00.970Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-24T02:50:00.970Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.970Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.970Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.970Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.970Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.971Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.971Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-24T02:50:00.971Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-24T02:50:00.975Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-24T02:50:30.976Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-24T02:50:30.981Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and serviceModelVersionId: c04d7887-b6ea-4cf0-99bd-afbd88b3a83d
2022-02-24T02:50:30.981Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77ed43a9-c9e1-48c8-b06a-00bc40de5df9
2022-02-24T02:50:30.982Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77ed43a9-c9e1-48c8-b06a-00bc40de5df9/model-vers/model-ver/c04d7887-b6ea-4cf0-99bd-afbd88b3a83d?depth=0
2022-02-24T02:50:30.987Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-02-24T02:50:31.009Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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/77ed43a9-c9e1-48c8-b06a-00bc40de5df9/model-vers/model-ver/c04d7887-b6ea-4cf0-99bd-afbd88b3a83d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-24T02:50:31.009Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed43a9-c9e1-48c8-b06a-00bc40de5df9/model-vers/model-ver/c04d7887-b6ea-4cf0-99bd-afbd88b3a83d?depth=0|INFO|500||Invoke
2022-02-24T02:50:31.024Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed43a9-c9e1-48c8-b06a-00bc40de5df9/model-vers/model-ver/c04d7887-b6ea-4cf0-99bd-afbd88b3a83d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-24T02:50:31.667Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77ed43a9-c9e1-48c8-b06a-00bc40de5df9/model-vers/model-ver/c04d7887-b6ea-4cf0-99bd-afbd88b3a83d?depth=0|INFO|500||InvokeReturn
2022-02-24T02:50:31.668Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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/77ed43a9-c9e1-48c8-b06a-00bc40de5df9/model-vers/model-ver/c04d7887-b6ea-4cf0-99bd-afbd88b3a83d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220224-02:50:31:031-89027], vertex-id=[282768], Content-Length=[0], Date=[Thu, 24 Feb 2022 02:50:31 GMT], Content-Type=[application/json]}
2022-02-24T02:50:31.668Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-02-24T02:50:31.668Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-24T02:50:31.668Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-24T02:50:31.673Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-24T02:50:31.673Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b179a52-ca6a-47f9-91ba-413e3e8b3808 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-24T02:50:31.673Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-24T02:50:31.673Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-02-24T02:50:31.675Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-24T02:50:31.675Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645671031673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:50:31.775Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-24T02:50:31.776Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-24T02:50:31.776Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:50:31.790Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:50:31.790Z||pool-181-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-02-24T02:50:32.687Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:50:32.687Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:50:32.687Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:50:42.221Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:50:42.221Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:50:42.222Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:50:42.222Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:50:51.755Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:50:51.756Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:50:51.756Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:50:51.756Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:50:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:50:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:50:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:50:52.717Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:50:52.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:50:52.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-24T02:50:52.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:01.286Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:51:01.286Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:51:01.287Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:51:01.287Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:51:10.819Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:51:10.819Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:51:10.820Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:51:10.820Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:51:20.348Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:51:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:51:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:51:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:51:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:51:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:51:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:51:52.723Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-02-24T02:51:52.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670943142,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670945438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670946732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670947874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670949666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670950848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670951914,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670952917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670953921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670954924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670955928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-02-24T02:51:52.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670956932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f2ca79c-ccf3-447f-ac72-adb1e9098417",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670987970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:51:52.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:51:52.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:51:52.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:52:02.238Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:52:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:52:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:52:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:52:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:52:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:52:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:52:53.221Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:52:53.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:52:53.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:52:53.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:52:53.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:52:53.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670927360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670998255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645670999950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-24T02:52:53.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:52:53.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-24T02:52:53.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b179a52-ca6a-47f9-91ba-413e3e8b3808",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1645671031673,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-24T02:52:53.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-24T02:53:02.240Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:53:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:53:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:53:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:53:52.701Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:53:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:53:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:54:02.237Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:54:02.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:54:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:54:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:54:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:54:52.701Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:54:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:54:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:55:02.234Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:55:02.237Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:55:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:55:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:55:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:55:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:55:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:55:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:56:02.240Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:56:02.241Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:56:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:56:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:56:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:56:52.700Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:56:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:56:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:57:02.236Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:57:02.238Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:57:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:57:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:57:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:57:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:57:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:57:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:58:02.236Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:58:02.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:58:52.698Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:58:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:58:52.699Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:58:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:58:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:58:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:59:02.237Z|2b179a52-ca6a-47f9-91ba-413e3e8b3808|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:59:02.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T02:59:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:59:52.699Z||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-02-24T02:59:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T02:59:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T02:59:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T02:59:52.702Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:00:02.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:00:02.239Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:00:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:00:52.699Z||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-02-24T03:00:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:00:52.700Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:00:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:00:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:01:02.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:01:02.240Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:01:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:01:52.699Z||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-02-24T03:01:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:01:52.700Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:01:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:01:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:02:02.236Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:02:02.241Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:02:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:02:52.699Z||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-02-24T03:02:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:02:52.700Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:02:52.701Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:02:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:03:02.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:03:02.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:03:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:03:52.699Z||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-02-24T03:03:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:03:52.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:03:52.701Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:03:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:04:02.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:04:02.241Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:04:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:04:52.699Z||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-02-24T03:04:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:04:52.700Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:04:52.701Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:04:52.701Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:05:02.234Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:05:02.237Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:05:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:05:52.699Z||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-02-24T03:05:52.699Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:05:52.700Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:05:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:05:52.701Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:06:02.238Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:06:02.239Z|70ec461a-edd3-4488-9d7a-e4b1c7d112fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:06:52.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:06:52.700Z||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-02-24T03:06:52.700Z||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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:06:52.700Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-24T03:06:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-24T03:06:52.701Z|c3897720-cf4e-42b4-8956-f328336c9418|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 jnLC9vfcqzUq7Fy2) ...
2022-02-24T03:07:02.236Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-24T03:07:02.240Z|c3897720-cf4e-42b4-8956-f328336c9418|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK