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-04-17T03:28:30.737Z||main|||||INFO|500||The following profiles are active: basic
2022-04-17T03:28:48.445Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-17T03:28:48.445Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-17T03:28:48.581Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-17T03:28:54.360Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-17T03:28:55.038Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-17T03:28:55.675Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-17T03:28:55.687Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-17T03:28:55.828Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-17T03:28:56.071Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-17T03:28:56.945Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-17T03:28:59.308Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-17T03:29:02.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-17T03:29:02.603Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-17T03:29:03.308Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-17T03:29:03.506Z||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-04-17T03:29:05.704Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-17T03:29:07.351Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-17T03:29:07.380Z||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$$36dd570f.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-04-17T03:29:07.381Z||main|||||WARN|500||The sdc end point is not alive
2022-04-17T03:29:12.754Z||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-04-17T03:29:17.598Z||main|||||WARN|500||---
2022-04-17T03:29:17.599Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-17T03:29:17.599Z||main|||||WARN|500||---
2022-04-17T03:29:18.399Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-17T03:29:26.813Z||main|||||INFO|500||Started Application in 60.523 seconds (JVM running for 63.749)
2022-04-17T03:29:26.840Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-17T03:29:26.860Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-17T03:29:26.876Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-17T03:29:26.918Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-17T03:29:26.991Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60fc448d-782a-410d-ad60-049606735347 url= /sdc/v1/artifactTypes
2022-04-17T03:29:26.992Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-17T03:29:27.513Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-17T03:29:27.552Z||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-04-17T03:29:27.586Z||scheduling-1|||||DEBUG|500||create keys
2022-04-17T03:29:27.607Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-17T03:29:27.755Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:29:27.798Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 984ef6e8-bd34-44fc-b795-c480f31e638f url= /sdc/v1/registerForDistribution
2022-04-17T03:29:28.132Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 984ef6e8-bd34-44fc-b795-c480f31e638f url= /sdc/v1/registerForDistribution
2022-04-17T03:29:28.133Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-17T03:29:28.162Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-17T03:29:28.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:29:28.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:29:28.211Z||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-04-17T03:29:28.211Z||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-04-17T03:29:28.213Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:29:28.213Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:29:39.055Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:29:39.192Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:30:28.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:30:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:30:28.150Z||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-04-17T03:30:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:30:28.151Z||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-04-17T03:30:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:30:37.907Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:30:38.015Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:31:28.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:31:28.149Z||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-04-17T03:31:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:31:28.151Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:31:28.153Z||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-04-17T03:31:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:31:38.050Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:31:38.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:32:28.147Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:32:28.149Z||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-04-17T03:32:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:32:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:32:28.151Z||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-04-17T03:32:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:32:38.259Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:32:38.259Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:33:28.147Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:33:28.149Z||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-04-17T03:33:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:33:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:33:28.151Z||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-04-17T03:33:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:33:38.159Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:33:38.397Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:34:28.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:34:28.153Z||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-04-17T03:34:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:34:28.162Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:34:28.169Z||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-04-17T03:34:28.169Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:34:38.063Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:34:38.086Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:35:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:35:28.148Z||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-04-17T03:35:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:35:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:35:28.151Z||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-04-17T03:35:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:35:37.787Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:35:37.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:36:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:36:28.148Z||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-04-17T03:36:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:36:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:36:28.153Z||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-04-17T03:36:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:36:37.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:36:37.951Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:37:28.148Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:37:28.149Z||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-04-17T03:37:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:37:28.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:37:28.153Z||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-04-17T03:37:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:37:38.036Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:37:38.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:38:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:38:28.147Z||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-04-17T03:38:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:38:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:38:28.152Z||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-04-17T03:38:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:38:35.293Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-17T03:38:37.906Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:38:37.932Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:39:28.147Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:39:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:39:28.151Z||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-04-17T03:39:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:39:28.151Z||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-04-17T03:39:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:39:37.842Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:39:37.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:40:28.148Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:40:28.149Z||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-04-17T03:40:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:40:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:40:28.151Z||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-04-17T03:40:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:40:37.824Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:40:37.963Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:41:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:41:28.148Z||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-04-17T03:41:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:41:28.150Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:41:28.151Z||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-04-17T03:41:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:41:37.758Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:41:37.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:42:28.146Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:42:28.150Z||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-04-17T03:42:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:42:28.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:42:28.151Z||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-04-17T03:42:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:42:38.037Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:42:38.048Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:43:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:43:28.148Z||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-04-17T03:43:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:43:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:43:28.151Z||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-04-17T03:43:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:43:37.826Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:43:37.922Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:44:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:44:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:44:28.151Z||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-04-17T03:44:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:44:28.151Z||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-04-17T03:44:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:44:37.801Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:44:37.815Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:45:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:45:28.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:45:28.153Z||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-04-17T03:45:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:45:28.153Z||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-04-17T03:45:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:45:37.791Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:45:37.792Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:46:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:46:28.149Z||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-04-17T03:46:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:46:28.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:46:28.153Z||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-04-17T03:46:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:46:37.761Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:46:37.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:47:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:47:28.148Z||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-04-17T03:47:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:47:28.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:47:28.152Z||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-04-17T03:47:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:47:37.811Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:47:37.837Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:48:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:48:28.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:48:28.154Z||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-04-17T03:48:28.155Z||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-04-17T03:48:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:48:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:48:37.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:48:37.782Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:49:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:49:28.150Z||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-04-17T03:49:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:49:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:49:28.152Z||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-04-17T03:49:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:49:37.781Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:49:37.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:50:28.149Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:50:28.151Z||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-04-17T03:50:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:50:28.153Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:50:28.154Z||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-04-17T03:50:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:50:37.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:50:37.787Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:51:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:51:28.147Z||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-04-17T03:51:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:51:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:51:28.151Z||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-04-17T03:51:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:51:37.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:51:37.863Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:52:28.148Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:52:28.150Z||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-04-17T03:52:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:52:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:52:28.150Z||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-04-17T03:52:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:52:37.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:52:37.773Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:53:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:53:28.150Z||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-04-17T03:53:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:53:28.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:53:28.154Z||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-04-17T03:53:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:53:37.806Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:53:37.807Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:54:28.146Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:54:28.150Z||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-04-17T03:54:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:54:28.154Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:54:28.158Z||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-04-17T03:54:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:54:37.863Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:54:37.876Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:55:28.152Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:55:28.154Z||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-04-17T03:55:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:55:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:55:28.166Z||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-04-17T03:55:28.166Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:55:37.788Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:55:37.823Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:56:28.147Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:56:28.148Z||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-04-17T03:56:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:56:28.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:56:28.151Z||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-04-17T03:56:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:56:37.791Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:56:37.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:57:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:57:28.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:57:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:57:28.155Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:57:28.158Z||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-04-17T03:57:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:57:37.845Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:57:37.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:58:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:58:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:58:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:58:28.150Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:58:28.151Z||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-04-17T03:58:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:58:37.780Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:58:37.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:59:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:59:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T03:59:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T03:59:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T03:59:28.151Z||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-04-17T03:59:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T03:59:37.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T03:59:37.849Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:00:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:00:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:00:28.149Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:00:28.151Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:00:28.153Z||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-04-17T04:00:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:00:37.928Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:00:37.927Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:01:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:01:28.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:01:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:01:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:01:28.151Z||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-04-17T04:01:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:01:37.855Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:01:37.870Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:02:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:02:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:02:28.149Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:02:28.151Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:02:28.151Z||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-04-17T04:02:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:02:37.724Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:02:37.778Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:03:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:03:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:03:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:03:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:03:28.151Z||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-04-17T04:03:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:03:37.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:03:37.785Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:04:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:04:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:04:28.148Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:04:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:04:28.151Z||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-04-17T04:04:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:04:37.806Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:04:37.806Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:05:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:05:28.148Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:05:28.149Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:05:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:05:28.151Z||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-04-17T04:05:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:05:37.777Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:05:37.784Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:06:28.147Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:06:28.150Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:06:28.150Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:06:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:06:28.152Z||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-04-17T04:06:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:06:37.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:06:37.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:07:28.148Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:07:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:07:28.150Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:07:28.151Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:07:28.151Z||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-04-17T04:07:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:07:37.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:07:37.776Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:08:28.146Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:08:28.147Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-17T04:08:28.147Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:08:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:08:28.151Z||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-04-17T04:08:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:08:37.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:08:37.757Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:09:28.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:09:28.150Z||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-04-17T04:09:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:09:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:09:28.151Z||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-04-17T04:09:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:09:37.729Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:09:37.753Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:10:28.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:10:28.148Z||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-04-17T04:10:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:10:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:10:28.151Z||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-04-17T04:10:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:10:37.743Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:10:37.774Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:11:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:11:28.148Z||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-04-17T04:11:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:11:28.151Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:11:28.153Z||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-04-17T04:11:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:11:37.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:11:37.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:12:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:12:28.148Z||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-04-17T04:12:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:12:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:12:28.151Z||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-04-17T04:12:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:12:37.819Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:12:37.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:13:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:13:28.148Z||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-04-17T04:13:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:13:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:13:28.151Z||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-04-17T04:13:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:13:37.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:13:37.848Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:14:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:14:28.148Z||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-04-17T04:14:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:14:28.150Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:14:28.152Z||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-04-17T04:14:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:14:37.787Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:14:37.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:15:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:15:28.147Z||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-04-17T04:15:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:15:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:15:28.157Z||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-04-17T04:15:28.157Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:15:37.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:15:37.773Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:16:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:16:28.147Z||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-04-17T04:16:28.147Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:16:28.150Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:16:28.152Z||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-04-17T04:16:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:16:37.734Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:16:37.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:17:28.148Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:17:28.149Z||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-04-17T04:17:28.150Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:17:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:17:28.150Z||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-04-17T04:17:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:17:37.763Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:17:37.801Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:17:50.896Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:18:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:18:28.148Z||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-04-17T04:18:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:18:28.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:18:28.151Z||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-04-17T04:18:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:18:37.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:18:37.784Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:19:28.148Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:19:28.152Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:19:28.153Z||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-04-17T04:19:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:19:28.160Z||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-04-17T04:19:28.160Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:19:37.779Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:19:37.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:20:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:20:28.148Z||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-04-17T04:20:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:20:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:20:28.151Z||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-04-17T04:20:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:20:37.777Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:20:37.779Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:21:28.146Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:21:28.147Z||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-04-17T04:21:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:21:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:21:28.152Z||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-04-17T04:21:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:21:37.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:21:37.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:22:28.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:22:28.149Z||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-04-17T04:22:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:22:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:22:28.150Z||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-04-17T04:22:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:22:37.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:22:37.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:23:28.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:23:28.149Z||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-04-17T04:23:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:23:28.152Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:23:28.153Z||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-04-17T04:23:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:23:37.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:23:37.896Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:24:28.147Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:24:28.150Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:24:28.151Z||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-04-17T04:24:28.151Z||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-04-17T04:24:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:24:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:24:37.786Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:24:37.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:25:28.148Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:25:28.149Z||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-04-17T04:25:28.149Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:25:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:25:28.151Z||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-04-17T04:25:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:25:38.048Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:25:38.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:28.146Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:26:28.148Z||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-04-17T04:26:28.148Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:26:28.151Z||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-04-17T04:26:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:28.667Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:26:28.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:26:28.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:26:28.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:26:28.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T04:26:28.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:26:28.822Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:28.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:26:28.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d235ed9f-49bf-487e-b28d-744ad1be32cd","serviceName":"basic_onboard_ZzQKNp","serviceVersion":"1.0","serviceUUID":"949f5b4a-fb37-4efa-8fc3-79c5475e2235","serviceDescription":"service","serviceInvariantUUID":"012bd5c1-daab-425e-b614-5397a682111f","resources":[{"resourceInstanceName":"basic_onboard_ZzQKNp 0","resourceName":"basic_onboard_ZzQKNp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ed47c25-b50c-442e-ae32-a47913ae5d3f","resourceInvariantUUID":"d18c5bc8-b95f-4977-87fb-8b34fbc22566","resourceCustomizationUUID":"d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml","artifactChecksum":"ZmZlM2Y4ZGU2NTAzYzY4YjhiNjA0MGE5MDgyNjkwMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ec0412c-d89f-49e8-92ff-e0db34d90705","artifactVersion":"1"},{"artifactName":"basic_onboard_zzqknp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json","artifactChecksum":"ZWI2NWFkM2RkMGZiMWQxZjA5ZTBhMTU3NGJlNTQ3YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f47cd57-3810-4773-a605-f5c583f3d4b3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"683219e9-6ef2-4bd6-9b4d-1d8c231226ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f069e3a6-d441-4ffe-88cf-a081b10d61aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2def50f0-825b-482f-a0ca-86a15306d6ee","artifactVersion":"2","generatedFromUUID":"683219e9-6ef2-4bd6-9b4d-1d8c231226ee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZzqknp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml","artifactChecksum":"NjBiNDQ5ZmMwMDI0MGVkYzU1NWFiYzhiNDg3NmUyMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7d66f90-a0f6-4df3-8312-07be281502cd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZzqknp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar","artifactChecksum":"M2JlNGVmNjFkNWI1YTBhYTVjZmQxYzI4YzU2ZmE0ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c888ba1e-1ba5-4964-b77e-36bb41ff66a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:26:28.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:28.847Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:28.865Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:28.868Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:28.966Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-17T04:26:28.976Z||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-04-17T04:26:28.977Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:29.031Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:29.032Z||pool-3-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:29.881Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:29.881Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:29.893Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:29.893Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:26:29.984Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-17T04:26:29.985Z||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-04-17T04:26:29.986Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:30.125Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:30.126Z||pool-4-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:30.894Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:30.896Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:30.899Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:30.899Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:26:31.001Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:31.003Z||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-04-17T04:26:31.003Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:31.093Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:31.095Z||pool-5-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:31.900Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:31.901Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:31.909Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:31.911Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:32.010Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:26:32.012Z||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-04-17T04:26:32.012Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:32.061Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:32.062Z||pool-6-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:32.912Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:32.914Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:32.920Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:32.921Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T04:26:33.019Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:26:33.020Z||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-04-17T04:26:33.020Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:33.113Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:33.114Z||pool-7-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:33.921Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:33.923Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:33.926Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:33.926Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:26:34.033Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-17T04:26:34.035Z||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-04-17T04:26:34.035Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:34.207Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:34.209Z||pool-8-thread-1|||||INFO|500||cambria reply ok (175 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:34.930Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:26:34.931Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:34.935Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:34.936Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:26:35.035Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:26:35.036Z||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-04-17T04:26:35.036Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:35.065Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:35.066Z||pool-9-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:35.939Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "serviceName": "basic_onboard_ZzQKNp",
  "serviceVersion": "1.0",
  "serviceUUID": "949f5b4a-fb37-4efa-8fc3-79c5475e2235",
  "serviceDescription": "service",
  "serviceInvariantUUID": "012bd5c1-daab-425e-b614-5397a682111f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZzQKNp 0",
      "resourceCustomizationUUID": "d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1",
      "resourceName": "basic_onboard_ZzQKNp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6ed47c25-b50c-442e-ae32-a47913ae5d3f",
      "resourceInvariantUUID": "d18c5bc8-b95f-4977-87fb-8b34fbc22566",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zzqknp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
          "artifactChecksum": "ZWI2NWFkM2RkMGZiMWQxZjA5ZTBhMTU3NGJlNTQ3YWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f47cd57-3810-4773-a605-f5c583f3d4b3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "683219e9-6ef2-4bd6-9b4d-1d8c231226ee",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2def50f0-825b-482f-a0ca-86a15306d6ee",
            "generatedFromUUID": "683219e9-6ef2-4bd6-9b4d-1d8c231226ee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2def50f0-825b-482f-a0ca-86a15306d6ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZzqknp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
      "artifactChecksum": "M2JlNGVmNjFkNWI1YTBhYTVjZmQxYzI4YzU2ZmE0ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c888ba1e-1ba5-4964-b77e-36bb41ff66a8"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:26:35.942Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:26:35.942Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 949f5b4a-fb37-4efa-8fc3-79c5475e2235 ASDC
2022-04-17T04:26:36.107Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d235ed9f-49bf-487e-b28d-744ad1be32cd
ServiceName:basic_onboard_ZzQKNp
ServiceVersion:1.0
ServiceUUID:949f5b4a-fb37-4efa-8fc3-79c5475e2235
ServiceInvariantUUID:012bd5c1-daab-425e-b614-5397a682111f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZzqknp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
ArtifactUUID:c888ba1e-1ba5-4964-b77e-36bb41ff66a8
ArtifactChecksum:M2JlNGVmNjFkNWI1YTBhYTVjZmQxYzI4YzU2ZmE0ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZzQKNp 0
ResourceCustomizationUUID:d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
ResourceInvariantUUID:d18c5bc8-b95f-4977-87fb-8b34fbc22566
ResourceName:basic_onboard_ZzQKNp
ResourceType:VF
ResourceUUID:6ed47c25-b50c-442e-ae32-a47913ae5d3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zzqknp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
ArtifactUUID:8f47cd57-3810-4773-a605-f5c583f3d4b3
ArtifactChecksum:ZWI2NWFkM2RkMGZiMWQxZjA5ZTBhMTU3NGJlNTQ3YWM=
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/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:683219e9-6ef2-4bd6-9b4d-1d8c231226ee
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/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
ArtifactUUID:2def50f0-825b-482f-a0ca-86a15306d6ee
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/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
ArtifactUUID:2def50f0-825b-482f-a0ca-86a15306d6ee
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T04:26:36.108Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 949f5b4a-fb37-4efa-8fc3-79c5475e2235 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-04-17T04:26:36.619Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:26:36.621Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:26:36.623Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:26:36.623Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c888ba1e-1ba5-4964-b77e-36bb41ff66a8 from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:36.624Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:36.627Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:37.172Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:37.200Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar c888ba1e-1ba5-4964-b77e-36bb41ff66a8 71578
2022-04-17T04:26:37.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar ASDC sendASDCNotification
2022-04-17T04:26:37.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:37.205Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:37.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:37.210Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:37.211Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169597201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:26:37.311Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:37.312Z||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-04-17T04:26:37.312Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:37.338Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:37.339Z||pool-10-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:38.212Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:26:38.214Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:26:38.215Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c888ba1e-1ba5-4964-b77e-36bb41ff66a8, URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar to file: /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:38.216Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:38.350Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:38.351Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:39.288Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3019919774335548845/Definitions/service-BasicOnboardZzqknp-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-04-17T04:26:42.201Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:26:42.206Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:26:42.206Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.206Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZzQKNp 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-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||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-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:42.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:26:42.215Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.216Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.222Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.223Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:26:42.225Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.228Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:26:42.229Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:26:42.229Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.229Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.233Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:26:42.234Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.235Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:26:42.236Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.237Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.237Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:42.237Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.238Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:42.239Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:42.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is not matching search criteria
2022-04-17T04:26:42.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T04:26:42.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:26:42.242Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1f3b06e5-18eb-447d-80a2-f95c67621eca
2022-04-17T04:26:42.242Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.242Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.243Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.243Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.243Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:42.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZzQKNp
Description:service
Model UUID:949f5b4a-fb37-4efa-8fc3-79c5475e2235
Model Version:NULL
Model InvariantUuid:012bd5c1-daab-425e-b614-5397a682111f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZzQKNp
Model UUID:90139eab-1d3e-4c6d-9cb6-8b0aca15a71a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d18c5bc8-b95f-4977-87fb-8b34fbc22566
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ceb7f23-0b4b-4319-85c7-81c256d48cd3
ModelName:BasicOnboardZzqknp..base_ubuntu18..module-0
ModelUuid:4ae1f4b5-1795-4024-bcc9-7d99db985c88
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1f3b06e5-18eb-447d-80a2-f95c67621eca
ModelInvariantUuid:f0798824-1470-4162-ad91-f9a4325c10f7
ModelName:basic_onboard_ZzQKNp-nodes.ubuntu18Cvfc
ModelUuid:26eaee19-4b27-4c95-93df-a2ffd5da67d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:db210a49-653b-4ad1-9ad0-cb24882cf1fa
ModelInvariantUuid:72a855b5-685e-47e1-a643-1d68b9f62b99
ModelName:BasicOnboardZzqknp.compute.nodes.heat.ubuntu18
ModelUuid:809de582-3b63-4e73-9ae1-9f7a83919a77
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-04-17T04:26:42.276Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ed47c25-b50c-442e-ae32-a47913ae5d3f
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-04-17T04:26:42.423Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||basic_onboard_ZzQKNp 0
2022-04-17T04:26:42.433Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ed47c25-b50c-442e-ae32-a47913ae5d3f
2022-04-17T04:26:42.433Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f47cd57-3810-4773-a605-f5c583f3d4b3 from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:42.433Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:42.434Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:42.942Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json 8f47cd57-3810-4773-a605-f5c583f3d4b3 798
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json ASDC sendASDCNotification
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:42.943Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:42.944Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:42.947Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:42.947Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169602943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:26:43.048Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:26:43.049Z||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-04-17T04:26:43.050Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:43.116Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:43.117Z||pool-11-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:43.954Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZzqknp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0ceb7f23-0b4b-4319-85c7-81c256d48cd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ae1f4b5-1795-4024-bcc9-7d99db985c88",
    "vfModuleModelCustomizationUUID": "e2f279c0-6db1-451a-8da2-3a7714b25993",
    "isBase": true,
    "artifacts": [
      "683219e9-6ef2-4bd6-9b4d-1d8c231226ee",
      "2def50f0-825b-482f-a0ca-86a15306d6ee"
    ],
    "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-04-17T04:26:43.977Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZzqknp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ae1f4b5-1795-4024-bcc9-7d99db985c88
VfModuleModelInvariantUUID:0ceb7f23-0b4b-4319-85c7-81c256d48cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
683219e9-6ef2-4bd6-9b4d-1d8c231226ee
,
2def50f0-825b-482f-a0ca-86a15306d6ee

}
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-04-17T04:26:43.982Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZzqknp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0ceb7f23-0b4b-4319-85c7-81c256d48cd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ae1f4b5-1795-4024-bcc9-7d99db985c88",
    "vfModuleModelCustomizationUUID": "e2f279c0-6db1-451a-8da2-3a7714b25993",
    "isBase": true,
    "artifacts": [
      "683219e9-6ef2-4bd6-9b4d-1d8c231226ee",
      "2def50f0-825b-482f-a0ca-86a15306d6ee"
    ],
    "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-04-17T04:26:43.982Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZzqknp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ae1f4b5-1795-4024-bcc9-7d99db985c88
VfModuleModelInvariantUUID:0ceb7f23-0b4b-4319-85c7-81c256d48cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
683219e9-6ef2-4bd6-9b4d-1d8c231226ee
,
2def50f0-825b-482f-a0ca-86a15306d6ee

}
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-04-17T04:26:43.982Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 683219e9-6ef2-4bd6-9b4d-1d8c231226ee from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:43.983Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:43.983Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:44.952Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:44.952Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml 683219e9-6ef2-4bd6-9b4d-1d8c231226ee 5033
2022-04-17T04:26:44.953Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T04:26:44.953Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:44.954Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:44.957Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:44.961Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:44.961Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169604953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:26:45.062Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:45.063Z||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-04-17T04:26:45.064Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:45.082Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:45.083Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:45.963Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2def50f0-825b-482f-a0ca-86a15306d6ee from URL: /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:45.963Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:26:45.964Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:46.414Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:26:46.415Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env 2def50f0-825b-482f-a0ca-86a15306d6ee 909
2022-04-17T04:26:46.415Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T04:26:46.415Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:46.416Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:26:46.416Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:46.419Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:46.419Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169606415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:26:46.528Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-17T04:26:46.529Z||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-04-17T04:26:46.530Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:46.571Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:46.572Z||pool-13-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:47.420Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 949f5b4a-fb37-4efa-8fc3-79c5475e2235
2022-04-17T04:26:47.421Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZzQKNp 0 6ed47c25-b50c-442e-ae32-a47913ae5d3f 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-04-17T04:26:47.490Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14700a06, org.onap.sdc.toscaparser.api.parameters.Input@3383caec, org.onap.sdc.toscaparser.api.parameters.Input@286b3ea4, org.onap.sdc.toscaparser.api.parameters.Input@16bbc11f, org.onap.sdc.toscaparser.api.parameters.Input@20fd9f4]
2022-04-17T04:26:47.496Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.497Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.497Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T04:26:47.497Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
2022-04-17T04:26:47.498Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1 matches Tosca VF Customization UUID: d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
2022-04-17T04:26:47.498Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1  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-04-17T04:26:47.512Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.513Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.516Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1: {\"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-04-17T04:26:47.517Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77a61ab2
2022-04-17T04:26:47.517Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.518Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:26:47.519Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2f279c0-6db1-451a-8da2-3a7714b25993
2022-04-17T04:26:47.521Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2f279c0-6db1-451a-8da2-3a7714b25993
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-04-17T04:26:47.537Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.540Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.540Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:47.542Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.542Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.543Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:47.543Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.544Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is not matching search criteria
2022-04-17T04:26:47.544Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T04:26:47.544Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:26:47.545Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1f3b06e5-18eb-447d-80a2-f95c67621eca
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-04-17T04:26:47.563Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.564Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.564Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:26:47.565Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.565Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ZzQKNp 0 is matching search criteria
2022-04-17T04:26:47.565Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ZzQKNp 0] matching following query criteria: sdcType=VF, customizationUUID=d1d80ad9-d8c5-43cb-b623-f17b79d4d2c1
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-04-17T04:26:47.569Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.570Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.570Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 949f5b4a-fb37-4efa-8fc3-79c5475e2235: basic_onboard_ZzQKNp
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.571Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.572Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.572Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.573Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.573Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.574Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:26:47.574Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ZzQKNp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:26:47.575Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ZzQKNp 
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-04-17T04:26:47.969Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZzQKNp 6ed47c25-b50c-442e-ae32-a47913ae5d3f 1 ASDC deployResourceStructure
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json ASDC sendASDCNotification
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:47.970Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:47.974Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:47.974Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169607969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:26:48.075Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:26:48.076Z||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-04-17T04:26:48.076Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:48.106Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:48.107Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:48.976Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-17T04:26:48.976Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:26:48.977Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:48.977Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:48.980Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:48.980Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169608976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:26:49.081Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:26:49.084Z||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-04-17T04:26:49.084Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:49.101Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:49.102Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:49.981Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-17T04:26:49.984Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env
2022-04-17T04:26:49.985Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:49.985Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:49.989Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:49.989Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169609981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:26:50.088Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:26:50.090Z||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-04-17T04:26:50.091Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:50.222Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:50.223Z||pool-16-thread-1|||||INFO|500||cambria reply ok (134 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:26:50.990Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar ASDC sendASDCNotification
2022-04-17T04:26:50.991Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar
2022-04-17T04:26:50.991Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:26:51.000Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:26:51.003Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:26:51.004Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169610990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:26:51.105Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:26:51.107Z||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-04-17T04:26:51.107Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:26:51.179Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:26:51.180Z||pool-17-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:26:52.005Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:26:52.075Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:26:52.079Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:26:52.080Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:26:52.080Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:27:22.080Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:27:22.098Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:27:22.103Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:27:22.103Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:27:22.103Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:27:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:27:28.151Z||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-04-17T04:27:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:27:28.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:27:28.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:27:28.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:27:28.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:27:52.104Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:27:52.120Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:27:52.125Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:27:52.126Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:27:52.126Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:28:22.126Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:28:22.151Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:28:22.157Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:28:22.157Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:28:22.158Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:28:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:28:28.152Z||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-04-17T04:28:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:28:28.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:28:28.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:28:28.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169576890,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:28:28.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:28:52.160Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:28:52.197Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:28:52.202Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:28:52.202Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:28:52.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:29:22.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:29:22.216Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:29:22.219Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:29:22.219Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:29:22.220Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:29:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:29:28.152Z||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-04-17T04:29:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:29:28.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:29:28.196Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.196Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169579036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.198Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "dcae-sch",
  "timestamp": 1650169580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169580803,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.200Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169584070,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169591682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169590667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169592312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169593066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "cds",
  "timestamp": 1650169591736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-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-04-17T04:29:28.220Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd 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-04-17T04:29:28.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169593322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169594268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169593875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "policy-id",
  "timestamp": 1650169594327,
  "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-04-17T04:29:28.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd 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-04-17T04:29:28.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169595350,
  "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-04-17T04:29:28.300Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd 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-04-17T04:29:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169588146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169596362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169595893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "clamp",
  "timestamp": 1650169596898,
  "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-04-17T04:29:28.324Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.325Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd 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-04-17T04:29:28.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169597201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169602943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650169592809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169595803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169604260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169604953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169599036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "cds",
  "timestamp": 1650169605293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-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-04-17T04:29:28.374Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.375Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae 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-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169607133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169606415,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "dcae-sch",
  "timestamp": 1650169600093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169600654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169607969,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/basic_onboard_zzqknp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169608759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169608976,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169609484,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169609965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169610505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169609981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/resourceInstances/basic_onboard_zzqknp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169604070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169611540,
  "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-04-17T04:29:28.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae 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-04-17T04:29:28.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169610990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169611976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650169612546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169612982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169606890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "policy-id",
  "timestamp": 1650169613986,
  "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-04-17T04:29:28.428Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.428Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae 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-04-17T04:29:28.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650169615674,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169626362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169627074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZzqknp/1.0/artifacts/service-BasicOnboardZzqknp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169627885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:29:28.442Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:28.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "aai-ml",
  "timestamp": 1650169628083,
  "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-04-17T04:29:28.454Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d235ed9f-49bf-487e-b28d-744ad1be32cd
2022-04-17T04:29:28.454Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d235ed9f-49bf-487e-b28d-744ad1be32cd 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-04-17T04:29:28.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "clamp",
  "timestamp": 1650169628888,
  "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-04-17T04:29:28.484Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:29:28.485Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae 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-04-17T04:29:28.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:29:28.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169601286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169636559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:29:28.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:29:52.220Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:29:52.235Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:29:52.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:29:52.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:29:52.240Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:29:52.241Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:30:22.244Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:30:22.265Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:30:22.270Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:30:22.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:30:22.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:30:22.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:30:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:30:28.152Z||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-04-17T04:30:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:30:28.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:30:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:30:28.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169652860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:30:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:30:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:30:28.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "aai-ml",
  "timestamp": 1650169653865,
  "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-04-17T04:30:28.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
2022-04-17T04:30:28.690Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b9451e6-e77f-49fd-a1d4-26983ffba6ae 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-04-17T04:30:52.271Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:30:52.301Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:30:52.307Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:30:52.308Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:30:52.308Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:30:52.309Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:31:22.310Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:31:22.329Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:31:22.337Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:31:22.338Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:31:22.338Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:31:22.338Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:31:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:31:28.152Z||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-04-17T04:31:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:31:37.862Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:31:52.339Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:31:52.340Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d235ed9f-49bf-487e-b28d-744ad1be32cd 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-04-17T04:31:52.355Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d235ed9f-49bf-487e-b28d-744ad1be32cd and serviceModelVersionId: 949f5b4a-fb37-4efa-8fc3-79c5475e2235
2022-04-17T04:31:52.356Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 012bd5c1-daab-425e-b614-5397a682111f
2022-04-17T04:32:12.885Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0
2022-04-17T04:32:13.042Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:32:13.672Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?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-04-17T04:32:13.679Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0|INFO|500||Invoke
2022-04-17T04:32:13.835Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T04:32:14.679Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0|INFO|500||InvokeReturn
2022-04-17T04:32:14.681Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/012bd5c1-daab-425e-b614-5397a682111f/model-vers/model-ver/949f5b4a-fb37-4efa-8fc3-79c5475e2235?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-04:32:14:144-36212], vertex-id=[327728], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:32:14 GMT], Content-Type=[application/json]}
2022-04-17T04:32:14.682Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:32:14.688Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:32:14.689Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:32:14.697Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:32:14.699Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d235ed9f-49bf-487e-b28d-744ad1be32cd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:32:14.701Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:32:14.702Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:14.707Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:14.707Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169934700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:32:14.807Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:14.809Z||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-04-17T04:32:14.810Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:14.865Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:14.866Z||pool-18-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":3,"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-04-17T04:32:15.726Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:32:15.727Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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-04-17T04:32:15.727Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:20.176Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:20.178Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:32:20.178Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b9451e6-e77f-49fd-a1d4-26983ffba6ae","serviceName":"vFW 2022-04-17 04-23-16","serviceVersion":"1.0","serviceUUID":"b139e6c9-15cf-4327-89a3-cf764fd86f6a","serviceDescription":"catalog service description","serviceInvariantUUID":"fa637cec-516a-4ea2-8654-3b308d8ee53a","resources":[{"resourceInstanceName":"vFW a90a7350-4fe9 0","resourceName":"vFW a90a7350-4fe9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1b06437-7be0-4347-b358-f14c80cafc0a","resourceInvariantUUID":"a801db17-6052-4e2a-8136-cdacb508ff57","resourceCustomizationUUID":"d682848c-0136-4e25-82d0-8ef2f981ddc4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml","artifactChecksum":"NDgxZTljYmQ0M2Q3NTk5YTZhNDExZGJiNGUzZThmZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"beb90a8e-f349-41d6-b97a-0d0afc1c5ca5","artifactVersion":"1"},{"artifactName":"vfwa90a73504fe90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json","artifactChecksum":"MjExODE2YTc0M2QzZDY1M2ZkMDdiZjQzMGUyOThiMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"22965c56-b3e3-46f6-8daa-ff0850535b33","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"546d9f57-5aac-41ea-9d35-6226ab0d9fc2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml","artifactChecksum":"ODA5ZmJiNTM5YTEwMDQzYzRkMGY4ZGJhNTcxYzljNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"877278d3-0f45-40ad-838e-b056bc4f6f8d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb6cfd82-c02a-405f-a66b-143a2b27ec52","artifactVersion":"2","generatedFromUUID":"546d9f57-5aac-41ea-9d35-6226ab0d9fc2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417042316-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml","artifactChecksum":"MTdjYWM1M2FmNTExODgyOWViZDU0Nzg5NTMzMjVlZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adf1165c-9a97-4f40-b9ef-8c0fd2312ffa","artifactVersion":"1"},{"artifactName":"service-Vfw20220417042316-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar","artifactChecksum":"MjQ1NDE1MzBjYWZmOTQxN2I4YmY5Y2VhNDVhOGYxYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0884d11-4001-4fb7-b22c-1d99dfcba758","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:32:20.183Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:20.184Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:20.187Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:20.188Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:32:20.287Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:20.288Z||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-04-17T04:32:20.288Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:20.524Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:20.525Z||pool-19-thread-1|||||INFO|500||cambria reply ok (237 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:21.189Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:21.189Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:21.193Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:21.193Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:32:21.304Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-04-17T04:32:21.306Z||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-04-17T04:32:21.307Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:21.336Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:21.337Z||pool-20-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:22.194Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:22.195Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:22.202Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:22.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:32:22.298Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-17T04:32:22.299Z||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-04-17T04:32:22.299Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:22.320Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:22.321Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:23.203Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:23.204Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:23.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:23.207Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:32:23.308Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:23.309Z||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-04-17T04:32:23.309Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:23.378Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:23.379Z||pool-22-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:24.208Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:24.209Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:24.211Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:24.212Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:32:24.312Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:24.313Z||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-04-17T04:32:24.313Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:24.327Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:24.328Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:25.212Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:25.214Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:25.217Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:25.217Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:32:25.317Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:25.318Z||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-04-17T04:32:25.318Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:25.379Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:25.380Z||pool-24-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:26.218Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:32:26.219Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:26.221Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:26.221Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:32:26.322Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:32:26.323Z||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-04-17T04:32:26.324Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:26.338Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:26.339Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:27.224Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "serviceName": "vFW 2022-04-17 04-23-16",
  "serviceVersion": "1.0",
  "serviceUUID": "b139e6c9-15cf-4327-89a3-cf764fd86f6a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fa637cec-516a-4ea2-8654-3b308d8ee53a",
  "resources": [
    {
      "resourceInstanceName": "vFW a90a7350-4fe9 0",
      "resourceCustomizationUUID": "d682848c-0136-4e25-82d0-8ef2f981ddc4",
      "resourceName": "vFW a90a7350-4fe9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1b06437-7be0-4347-b358-f14c80cafc0a",
      "resourceInvariantUUID": "a801db17-6052-4e2a-8136-cdacb508ff57",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa90a73504fe90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
          "artifactChecksum": "MjExODE2YTc0M2QzZDY1M2ZkMDdiZjQzMGUyOThiMDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "22965c56-b3e3-46f6-8daa-ff0850535b33",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "546d9f57-5aac-41ea-9d35-6226ab0d9fc2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cb6cfd82-c02a-405f-a66b-143a2b27ec52",
            "generatedFromUUID": "546d9f57-5aac-41ea-9d35-6226ab0d9fc2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cb6cfd82-c02a-405f-a66b-143a2b27ec52",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220417042316-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
      "artifactChecksum": "MjQ1NDE1MzBjYWZmOTQxN2I4YmY5Y2VhNDVhOGYxYWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0884d11-4001-4fb7-b22c-1d99dfcba758"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:32:27.225Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:32:27.225Z|d235ed9f-49bf-487e-b28d-744ad1be32cd|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b139e6c9-15cf-4327-89a3-cf764fd86f6a ASDC
2022-04-17T04:32:27.226Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0b9451e6-e77f-49fd-a1d4-26983ffba6ae
ServiceName:vFW 2022-04-17 04-23-16
ServiceVersion:1.0
ServiceUUID:b139e6c9-15cf-4327-89a3-cf764fd86f6a
ServiceInvariantUUID:fa637cec-516a-4ea2-8654-3b308d8ee53a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417042316-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
ArtifactUUID:b0884d11-4001-4fb7-b22c-1d99dfcba758
ArtifactChecksum:MjQ1NDE1MzBjYWZmOTQxN2I4YmY5Y2VhNDVhOGYxYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a90a7350-4fe9 0
ResourceCustomizationUUID:d682848c-0136-4e25-82d0-8ef2f981ddc4
ResourceInvariantUUID:a801db17-6052-4e2a-8136-cdacb508ff57
ResourceName:vFW a90a7350-4fe9
ResourceType:VF
ResourceUUID:f1b06437-7be0-4347-b358-f14c80cafc0a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa90a73504fe90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
ArtifactUUID:22965c56-b3e3-46f6-8daa-ff0850535b33
ArtifactChecksum:MjExODE2YTc0M2QzZDY1M2ZkMDdiZjQzMGUyOThiMDg=
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/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
ArtifactUUID:546d9f57-5aac-41ea-9d35-6226ab0d9fc2
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/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
ArtifactUUID:cb6cfd82-c02a-405f-a66b-143a2b27ec52
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/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
ArtifactUUID:cb6cfd82-c02a-405f-a66b-143a2b27ec52
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T04:32:27.227Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b139e6c9-15cf-4327-89a3-cf764fd86f6a 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-04-17T04:32:27.292Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:32:27.294Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:32:27.294Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:32:27.294Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b0884d11-4001-4fb7-b22c-1d99dfcba758 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:27.295Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:27.295Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:32:28.151Z||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-04-17T04:32:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:28.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:28.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar b0884d11-4001-4fb7-b22c-1d99dfcba758 98920
2022-04-17T04:32:28.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar ASDC sendASDCNotification
2022-04-17T04:32:28.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:28.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:28.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:28.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:28.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169948310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:32:28.416Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:28.417Z||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-04-17T04:32:28.417Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:28.436Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:28.439Z||pool-26-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:28.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:28.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d235ed9f-49bf-487e-b28d-744ad1be32cd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169934700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:32:28.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:32:28.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:32:28.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169935726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:32:28.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:32:29.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:32:29.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:32:29.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b0884d11-4001-4fb7-b22c-1d99dfcba758, URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar to file: /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:29.685Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12326941852897914583/Definitions/service-Vfw20220417042316-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-04-17T04:32:33.299Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:32:33.301Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:32:33.301Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.301Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.302Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a90a7350-4fe9 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-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.303Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.304Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:33.305Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:32:33.305Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.305Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.306Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.306Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:32:33.307Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:32:33.307Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.307Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.308Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.308Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:32:33.308Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:32:33.309Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.309Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.309Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.310Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:33.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.311Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:33.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.312Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:33.313Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:32:33.314Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.315Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:33.316Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.316Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:33.317Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.318Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:32:33.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:33.319Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:33.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.320Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:33.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:33.321Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.322Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11bb4a98-562a-4ce5-89cd-3e8180301080
2022-04-17T04:32:33.322Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.323Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.323Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.323Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:33.324Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.324Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.324Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:32:33.325Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.326Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36981da9-21ec-48b2-87fb-e8fa8e945af9
2022-04-17T04:32:33.327Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.327Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:33.327Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.328Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.329Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:33.329Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:33.330Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:32:33.331Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3a3b184-5ff5-4425-8b4d-98ea18369140
2022-04-17T04:32:33.331Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.332Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.332Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.332Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.333Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.333Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.334Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:33.334Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:33.334Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-17 04-23-16
Description:catalog service description
Model UUID:b139e6c9-15cf-4327-89a3-cf764fd86f6a
Model Version:NULL
Model InvariantUuid:fa637cec-516a-4ea2-8654-3b308d8ee53a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a90a7350-4fe9
Model UUID:fe05d4ef-b10d-4be6-b574-c30f6d7b80b8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a801db17-6052-4e2a-8136-cdacb508ff57
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d682848c-0136-4e25-82d0-8ef2f981ddc4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b3868b43-49ab-4145-b37c-00b393dd3384
ModelName:VfwA90a73504fe9..base_vfw..module-0
ModelUuid:fb33ff32-9e18-43e0-9770-8fae892bb0e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:11bb4a98-562a-4ce5-89cd-3e8180301080
ModelInvariantUuid:c169f102-a76c-4778-a833-1e847ec767de
ModelName:vFW a90a7350-4fe9-nodes.vfwCvfc
ModelUuid:087b8844-1441-4f0e-927e-6e6a9d1b53f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:7def1fd0-616b-4747-8b4e-7264a322dbbe
ModelInvariantUuid:e1ec0d5c-7d44-47f0-bae0-b784145ba662
ModelName:VfwA90a73504fe9.compute.nodes.heat.vfw
ModelUuid:308532ff-8cb2-490f-9dad-594f7b55e76d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:36981da9-21ec-48b2-87fb-e8fa8e945af9
ModelInvariantUuid:803898e9-ffa4-42ba-96ce-555871e30669
ModelName:vFW a90a7350-4fe9-nodes.vsnCvfc
ModelUuid:97ccb48d-8270-43de-aa9b-b37a1b628e76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fe7afee3-aefe-414c-b0de-92a4f5f3eb73
ModelInvariantUuid:e2b9bf0a-d86a-4081-bb6e-032300bcf800
ModelName:VfwA90a73504fe9.compute.nodes.heat.vsn
ModelUuid:ca2cbced-7a9c-415a-9f73-2644f4c18ddc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d3a3b184-5ff5-4425-8b4d-98ea18369140
ModelInvariantUuid:69f73563-efd6-40d4-b7a5-0bfdf04328f2
ModelName:vFW a90a7350-4fe9-nodes.vpgCvfc
ModelUuid:fc7fdc60-8573-4e56-a350-1168ad58b9b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f090df7d-b927-4f6c-9517-e91fae13027d
ModelInvariantUuid:a5673038-b5ae-4765-aae0-efac0c6ef103
ModelName:VfwA90a73504fe9.compute.nodes.heat.vpg
ModelUuid:702384c5-62fa-458d-ad6b-2a492655e5aa
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-04-17T04:32:33.344Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f1b06437-7be0-4347-b358-f14c80cafc0a
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-04-17T04:32:33.351Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||vFW a90a7350-4fe9 0
2022-04-17T04:32:33.351Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1b06437-7be0-4347-b358-f14c80cafc0a
2022-04-17T04:32:33.351Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22965c56-b3e3-46f6-8daa-ff0850535b33 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:33.352Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:33.352Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:33.691Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:33.692Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json 22965c56-b3e3-46f6-8daa-ff0850535b33 785
2022-04-17T04:32:33.692Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json ASDC sendASDCNotification
2022-04-17T04:32:33.692Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:33.693Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:33.693Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:33.696Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:33.696Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169953692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:32:33.796Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:33.797Z||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-04-17T04:32:33.798Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:33.809Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:33.810Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:34.697Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA90a73504fe9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b3868b43-49ab-4145-b37c-00b393dd3384",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb33ff32-9e18-43e0-9770-8fae892bb0e1",
    "vfModuleModelCustomizationUUID": "0632e6f9-9fe6-444d-8f83-76ede4122d36",
    "isBase": true,
    "artifacts": [
      "546d9f57-5aac-41ea-9d35-6226ab0d9fc2",
      "cb6cfd82-c02a-405f-a66b-143a2b27ec52"
    ],
    "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-04-17T04:32:34.703Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA90a73504fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb33ff32-9e18-43e0-9770-8fae892bb0e1
VfModuleModelInvariantUUID:b3868b43-49ab-4145-b37c-00b393dd3384
VfModuleModelDescription:NULL
Artifacts UUID List:{
546d9f57-5aac-41ea-9d35-6226ab0d9fc2
,
cb6cfd82-c02a-405f-a66b-143a2b27ec52

}
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-04-17T04:32:34.706Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA90a73504fe9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b3868b43-49ab-4145-b37c-00b393dd3384",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb33ff32-9e18-43e0-9770-8fae892bb0e1",
    "vfModuleModelCustomizationUUID": "0632e6f9-9fe6-444d-8f83-76ede4122d36",
    "isBase": true,
    "artifacts": [
      "546d9f57-5aac-41ea-9d35-6226ab0d9fc2",
      "cb6cfd82-c02a-405f-a66b-143a2b27ec52"
    ],
    "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-04-17T04:32:34.706Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA90a73504fe9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb33ff32-9e18-43e0-9770-8fae892bb0e1
VfModuleModelInvariantUUID:b3868b43-49ab-4145-b37c-00b393dd3384
VfModuleModelDescription:NULL
Artifacts UUID List:{
546d9f57-5aac-41ea-9d35-6226ab0d9fc2
,
cb6cfd82-c02a-405f-a66b-143a2b27ec52

}
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-04-17T04:32:34.706Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 546d9f57-5aac-41ea-9d35-6226ab0d9fc2 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:34.707Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:34.707Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:34.868Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:34.873Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml 546d9f57-5aac-41ea-9d35-6226ab0d9fc2 20368
2022-04-17T04:32:34.876Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:32:34.878Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:34.880Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:34.881Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:34.892Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:34.892Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169954876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:32:34.993Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:34.994Z||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-04-17T04:32:34.995Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:35.014Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:35.023Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:35.893Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cb6cfd82-c02a-405f-a66b-143a2b27ec52 from URL: /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:35.895Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:32:35.896Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:36.093Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:32:36.094Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env cb6cfd82-c02a-405f-a66b-143a2b27ec52 2098
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:32:36.095Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:36.098Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:36.098Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169956094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:32:36.198Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:36.199Z||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-04-17T04:32:36.199Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:36.225Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:36.226Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:37.099Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b139e6c9-15cf-4327-89a3-cf764fd86f6a
2022-04-17T04:32:37.100Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a90a7350-4fe9 0 f1b06437-7be0-4347-b358-f14c80cafc0a 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-04-17T04:32:37.119Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3efa5aee, org.onap.sdc.toscaparser.api.parameters.Input@7161d309, org.onap.sdc.toscaparser.api.parameters.Input@4d33c287, org.onap.sdc.toscaparser.api.parameters.Input@511a3018, org.onap.sdc.toscaparser.api.parameters.Input@3ddb3dff]
2022-04-17T04:32:37.121Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d682848c-0136-4e25-82d0-8ef2f981ddc4
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d682848c-0136-4e25-82d0-8ef2f981ddc4 matches Tosca VF Customization UUID: d682848c-0136-4e25-82d0-8ef2f981ddc4
2022-04-17T04:32:37.122Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d682848c-0136-4e25-82d0-8ef2f981ddc4  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-04-17T04:32:37.126Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.126Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.127Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d682848c-0136-4e25-82d0-8ef2f981ddc4: {\"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-04-17T04:32:37.127Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11b3e53d
2022-04-17T04:32:37.128Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.128Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:32:37.128Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0632e6f9-9fe6-444d-8f83-76ede4122d36
2022-04-17T04:32:37.129Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0632e6f9-9fe6-444d-8f83-76ede4122d36
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-04-17T04:32:37.132Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.133Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.133Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.134Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.134Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.134Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.135Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.135Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:37.136Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:37.137Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:32:37.137Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:37.137Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:37.138Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:37.138Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.138Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.139Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:37.139Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.140Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:37.141Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.141Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=11bb4a98-562a-4ce5-89cd-3e8180301080
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-04-17T04:32:37.147Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.148Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.148Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.149Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.149Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:37.149Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:37.150Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:37.150Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:37.151Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:37.152Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:32:37.152Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:32:37.152Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.153Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:32:37.153Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.154Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=36981da9-21ec-48b2-87fb-e8fa8e945af9
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-04-17T04:32:37.157Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.158Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.158Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.162Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.163Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is not matching search criteria
2022-04-17T04:32:37.163Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:32:37.163Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.164Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:32:37.165Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:32:37.166Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:32:37.166Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:32:37.166Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3a3b184-5ff5-4425-8b4d-98ea18369140
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-04-17T04:32:37.169Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.170Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.170Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:32:37.171Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.171Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Node template vFW a90a7350-4fe9 0 is matching search criteria
2022-04-17T04:32:37.172Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a90a7350-4fe9 0] matching following query criteria: sdcType=VF, customizationUUID=d682848c-0136-4e25-82d0-8ef2f981ddc4
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-04-17T04:32:37.175Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.175Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.176Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b139e6c9-15cf-4327-89a3-cf764fd86f6a: vFW a90a7350-4fe9
2022-04-17T04:32:37.176Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.176Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.177Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:32:37.178Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-23-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:32:37.179Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-17 04-23-16 
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-04-17T04:32:37.477Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a90a7350-4fe9 f1b06437-7be0-4347-b358-f14c80cafc0a 1 ASDC deployResourceStructure
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json ASDC sendASDCNotification
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:37.478Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:37.481Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:37.481Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169957478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:32:37.581Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:37.584Z||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-04-17T04:32:37.585Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:37.723Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:37.724Z||pool-30-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:38.482Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:38.485Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:38.486Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169958481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:32:38.585Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:32:38.587Z||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-04-17T04:32:38.587Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:38.626Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:38.627Z||pool-31-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:39.486Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:32:39.487Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env
2022-04-17T04:32:39.488Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:39.488Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:39.490Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:39.490Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169959486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:32:39.590Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:39.592Z||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-04-17T04:32:39.592Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:39.606Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:39.607Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:32:40.491Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar ASDC sendASDCNotification
2022-04-17T04:32:40.492Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar
2022-04-17T04:32:40.492Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:32:40.492Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:32:40.495Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:32:40.495Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169960491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:32:40.595Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:32:40.596Z||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-04-17T04:32:40.596Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:32:40.627Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:32:40.627Z||pool-33-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:32:41.496Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:32:41.512Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:32:41.519Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:32:41.519Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:32:41.519Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:32:41.520Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:33:11.520Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:33:11.534Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:33:11.539Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:33:11.539Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:33:11.540Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:33:11.540Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:33:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:33:28.152Z||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-04-17T04:33:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:33:28.208Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:33:28.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:33:28.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169948310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:33:28.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:33:41.540Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:33:41.573Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:33:41.581Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:33:41.582Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:33:41.582Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:33:41.582Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:34:11.583Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:34:11.600Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:34:11.604Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:34:11.604Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:34:11.605Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:34:11.605Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:34:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:34:28.151Z||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-04-17T04:34:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:34:28.702Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:34:28.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169953692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:34:28.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169954876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169956094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:34:28.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169957478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/vfwa90a73504fe90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169958481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169959486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/resourceInstances/vfwa90a73504fe90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650169960491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417042316/1.0/artifacts/service-Vfw20220417042316-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:34:28.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:34:41.606Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:34:41.622Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:34:41.629Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:34:41.629Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:34:41.630Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:34:41.630Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:35:11.630Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:35:11.655Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:35:11.663Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:35:11.663Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:35:11.664Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:35:11.664Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:35:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:35:28.151Z||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-04-17T04:35:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:35:37.869Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:35:41.665Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:35:41.709Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:35:41.716Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:35:41.716Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:35:41.717Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:35:41.717Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:36:11.717Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:36:11.731Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:36:11.735Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:36:11.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:36:11.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:36:11.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:36:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:36:28.151Z||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-04-17T04:36:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:36:28.296Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:36:28.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:36:28.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170176890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:36:28.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:36:41.736Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:36:41.752Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:36:41.763Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:36:41.764Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:36:41.764Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:36:41.765Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:37:11.765Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:37:11.787Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:37:11.804Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:37:28.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:37:28.154Z||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-04-17T04:37:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:28.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:28.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:37:28.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170179035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:37:28.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:37:41.805Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:37:41.806Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae 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-04-17T04:37:41.817Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and serviceModelVersionId: b139e6c9-15cf-4327-89a3-cf764fd86f6a
2022-04-17T04:37:41.818Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa637cec-516a-4ea2-8654-3b308d8ee53a
2022-04-17T04:37:41.820Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0
2022-04-17T04:37:41.828Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:37:41.979Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|INFO|500||Invoke
2022-04-17T04:37:41.981Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b9451e6-e77f-49fd-a1d4-26983ffba6ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dee86bd4-8a47-4d25-8cb2-50ce50494dd2], X-ECOMP-RequestID=[0b9451e6-e77f-49fd-a1d4-26983ffba6ae], X-TransactionId=[], X-ONAP-RequestID=[0b9451e6-e77f-49fd-a1d4-26983ffba6ae], Content-Type=[application/merge-patch+json]}
2022-04-17T04:37:42.031Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T04:37:42.802Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?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/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-04:37:42:371-2972], vertex-id=[151680], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:37:42 GMT], Content-Type=[application/json]}
2022-04-17T04:37:42.802Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:37:42.803Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa637cec-516a-4ea2-8654-3b308d8ee53a/model-vers/model-ver/b139e6c9-15cf-4327-89a3-cf764fd86f6a?depth=0|INFO|500||InvokeReturn
2022-04-17T04:37:42.808Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:37:42.808Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:37:42.817Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:37:42.818Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b9451e6-e77f-49fd-a1d4-26983ffba6ae and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:37:42.818Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:37:42.819Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:42.822Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:42.822Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170262818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:37:42.922Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:42.923Z||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-04-17T04:37:42.924Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:42.956Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:42.958Z||pool-34-thread-1|||||INFO|500||cambria reply ok (35 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-04-17T04:37:43.845Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:37:43.852Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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-04-17T04:37:43.853Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:48.386Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:48.387Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:37:48.387Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"924afee2-d70e-4fcc-b0ce-ba6edd6dbfde","serviceName":"vFW 2022-04-17 04-33-49","serviceVersion":"1.0","serviceUUID":"41fdd240-13a1-4f21-bb00-f0899c57e52c","serviceDescription":"catalog service description","serviceInvariantUUID":"da0eeccd-3b29-4c46-b47a-b898a8c9a4ab","resources":[{"resourceInstanceName":"vFW aef05cd8-2a6a 0","resourceName":"vFW aef05cd8-2a6a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"55bff8aa-52bf-4675-8527-f7f95fadf3f0","resourceInvariantUUID":"f9a65606-bda6-4b7b-a23d-0a17684918e8","resourceCustomizationUUID":"6772a695-9f26-4ad5-b29e-63de23763c43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml","artifactChecksum":"NjY2YjQzYjRiYWYzZDZhYWM3NTQyYWVkMThmYzVkNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fa0a731-9c13-4297-b743-e03c4dd6dafa","artifactVersion":"1"},{"artifactName":"vfwaef05cd82a6a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json","artifactChecksum":"ZTNlYjVjMGExYTMzYzdhNGU0ZjY0YThjYzI3ZDBjNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5fe58a8c-fc92-4da5-92d9-d9a226383397","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"03a8d887-1473-49cf-8e68-5c11b35c955e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJkYzg1NjgyMDMxZDE2ZTdkYTIxZTlhYWEyNzljNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1dacddc6-362a-4621-8890-0f52a4a953a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9cddec2-11bf-48cd-9374-0439a973f183","artifactVersion":"2","generatedFromUUID":"03a8d887-1473-49cf-8e68-5c11b35c955e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417043349-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml","artifactChecksum":"M2ZkYzI5NTJjNzQ0YjE0YjZmMTRlYTZkOGI3OTczMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"422bb3f4-c448-4769-9265-11ab150d31c4","artifactVersion":"1"},{"artifactName":"service-Vfw20220417043349-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar","artifactChecksum":"OWJhMTZmYTk5YzBlYTY3YzViODc4MDAxNGE5ZWU4MzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8dcda76-9ac5-47de-a517-307ec33d5e20","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:37:48.395Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:48.397Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:48.399Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:48.399Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:37:48.500Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:48.502Z||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-04-17T04:37:48.502Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:48.533Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:48.534Z||pool-35-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:37:49.400Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:49.401Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:49.405Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:49.405Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:37:49.505Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:49.506Z||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-04-17T04:37:49.507Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:49.564Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:49.565Z||pool-36-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:50.406Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:50.407Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:50.409Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:50.410Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:37:50.510Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:50.511Z||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-04-17T04:37:50.511Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:50.652Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:50.653Z||pool-37-thread-1|||||INFO|500||cambria reply ok (143 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:51.410Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:51.411Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:51.416Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:51.417Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:37:51.516Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:37:51.518Z||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-04-17T04:37:51.518Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:51.530Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:51.531Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:52.418Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:52.419Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:52.422Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:52.422Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:37:52.522Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:52.523Z||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-04-17T04:37:52.524Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:52.585Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:52.587Z||pool-39-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:53.423Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:53.424Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:53.427Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:53.428Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:37:53.528Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:53.529Z||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-04-17T04:37:53.529Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:53.543Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:53.545Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:37:54.429Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:37:54.430Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:54.432Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:54.433Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:37:54.533Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:54.534Z||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-04-17T04:37:54.535Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:54.560Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:54.561Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:37:55.435Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "serviceName": "vFW 2022-04-17 04-33-49",
  "serviceVersion": "1.0",
  "serviceUUID": "41fdd240-13a1-4f21-bb00-f0899c57e52c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "da0eeccd-3b29-4c46-b47a-b898a8c9a4ab",
  "resources": [
    {
      "resourceInstanceName": "vFW aef05cd8-2a6a 0",
      "resourceCustomizationUUID": "6772a695-9f26-4ad5-b29e-63de23763c43",
      "resourceName": "vFW aef05cd8-2a6a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "55bff8aa-52bf-4675-8527-f7f95fadf3f0",
      "resourceInvariantUUID": "f9a65606-bda6-4b7b-a23d-0a17684918e8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwaef05cd82a6a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
          "artifactChecksum": "ZTNlYjVjMGExYTMzYzdhNGU0ZjY0YThjYzI3ZDBjNTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5fe58a8c-fc92-4da5-92d9-d9a226383397",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "03a8d887-1473-49cf-8e68-5c11b35c955e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b9cddec2-11bf-48cd-9374-0439a973f183",
            "generatedFromUUID": "03a8d887-1473-49cf-8e68-5c11b35c955e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b9cddec2-11bf-48cd-9374-0439a973f183",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220417043349-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
      "artifactChecksum": "OWJhMTZmYTk5YzBlYTY3YzViODc4MDAxNGE5ZWU4MzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8dcda76-9ac5-47de-a517-307ec33d5e20"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:37:55.436Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:37:55.436Z|0b9451e6-e77f-49fd-a1d4-26983ffba6ae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41fdd240-13a1-4f21-bb00-f0899c57e52c ASDC
2022-04-17T04:37:55.437Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
ServiceName:vFW 2022-04-17 04-33-49
ServiceVersion:1.0
ServiceUUID:41fdd240-13a1-4f21-bb00-f0899c57e52c
ServiceInvariantUUID:da0eeccd-3b29-4c46-b47a-b898a8c9a4ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417043349-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
ArtifactUUID:c8dcda76-9ac5-47de-a517-307ec33d5e20
ArtifactChecksum:OWJhMTZmYTk5YzBlYTY3YzViODc4MDAxNGE5ZWU4MzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW aef05cd8-2a6a 0
ResourceCustomizationUUID:6772a695-9f26-4ad5-b29e-63de23763c43
ResourceInvariantUUID:f9a65606-bda6-4b7b-a23d-0a17684918e8
ResourceName:vFW aef05cd8-2a6a
ResourceType:VF
ResourceUUID:55bff8aa-52bf-4675-8527-f7f95fadf3f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwaef05cd82a6a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
ArtifactUUID:5fe58a8c-fc92-4da5-92d9-d9a226383397
ArtifactChecksum:ZTNlYjVjMGExYTMzYzdhNGU0ZjY0YThjYzI3ZDBjNTE=
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/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
ArtifactUUID:03a8d887-1473-49cf-8e68-5c11b35c955e
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/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
ArtifactUUID:b9cddec2-11bf-48cd-9374-0439a973f183
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/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
ArtifactUUID:b9cddec2-11bf-48cd-9374-0439a973f183
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T04:37:55.437Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41fdd240-13a1-4f21-bb00-f0899c57e52c 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-04-17T04:37:55.499Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:37:55.500Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:37:55.501Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:37:55.501Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c8dcda76-9ac5-47de-a517-307ec33d5e20 from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:55.501Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:37:55.502Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:56.054Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:37:56.066Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar c8dcda76-9ac5-47de-a517-307ec33d5e20 98910
2022-04-17T04:37:56.066Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar ASDC sendASDCNotification
2022-04-17T04:37:56.067Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:56.067Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:37:56.067Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:37:56.070Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:37:56.070Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170276066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:37:56.170Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:37:56.172Z||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-04-17T04:37:56.172Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:37:56.189Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:37:56.190Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:37:57.071Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:37:57.073Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:37:57.074Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c8dcda76-9ac5-47de-a517-307ec33d5e20, URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar to file: /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.074Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.075Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.075Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:37:57.430Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3926513026155941150/Definitions/service-Vfw20220417043349-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-17T04:38:00.759Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:38:00.760Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.761Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.762Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.763Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.763Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.763Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.764Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW aef05cd8-2a6a 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-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.764Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:00.764Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:38:00.765Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.765Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.765Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.766Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:38:00.767Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:38:00.767Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.767Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.768Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.768Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:38:00.768Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:38:00.769Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.769Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.769Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:00.770Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:00.771Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.772Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.773Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:38:00.776Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.777Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:38:00.778Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.778Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.778Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:00.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:00.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:00.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.781Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.782Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:00.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=17854528-ecb5-4154-9098-c32111afdb2b
2022-04-17T04:38:00.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:00.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:00.786Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:38:00.787Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:00.787Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.787Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45f2d1a7-4927-427e-80ba-8810ad1c3fda
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.788Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:00.789Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.790Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.790Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.790Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:00.791Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:38:00.792Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08fae7b1-f2d3-4e46-9426-39d353250da5
2022-04-17T04:38:00.792Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.792Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.793Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.794Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:00.794Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:00.794Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-17 04-33-49
Description:catalog service description
Model UUID:41fdd240-13a1-4f21-bb00-f0899c57e52c
Model Version:NULL
Model InvariantUuid:da0eeccd-3b29-4c46-b47a-b898a8c9a4ab
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW aef05cd8-2a6a
Model UUID:0bb56da8-f11d-44a2-afa1-234f9065904d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9a65606-bda6-4b7b-a23d-0a17684918e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6772a695-9f26-4ad5-b29e-63de23763c43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5282894e-e842-4bc8-9fee-494906491db1
ModelName:VfwAef05cd82a6a..base_vfw..module-0
ModelUuid:1a0b990d-b2c9-4459-b361-3a2ae0001a72
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:17854528-ecb5-4154-9098-c32111afdb2b
ModelInvariantUuid:eb6f4791-227a-4a0c-9e1d-a971cf8799d2
ModelName:vFW aef05cd8-2a6a-nodes.vfwCvfc
ModelUuid:1a4fcd5b-c4b7-4711-a000-b2945f409f5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3b6b8058-8bc9-43dd-b9dc-0f2f8c8d496d
ModelInvariantUuid:9402aa2f-8838-4025-a655-7c1548b8f233
ModelName:VfwAef05cd82a6a.compute.nodes.heat.vfw
ModelUuid:48e4c8d9-9fc2-4260-8823-6bab7c0fab4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:45f2d1a7-4927-427e-80ba-8810ad1c3fda
ModelInvariantUuid:f0028762-7c81-49b6-9ec5-a80b19bbe94e
ModelName:vFW aef05cd8-2a6a-nodes.vsnCvfc
ModelUuid:f5861f30-d9f4-4823-81a5-f5853369efc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7052f7db-3f48-4adf-9405-ae9a0285e333
ModelInvariantUuid:11722c41-e0e7-4c20-945c-7dfd471f80e1
ModelName:VfwAef05cd82a6a.compute.nodes.heat.vsn
ModelUuid:e4dde81b-6e4d-4bd5-ad41-cacb3d20c644
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:08fae7b1-f2d3-4e46-9426-39d353250da5
ModelInvariantUuid:aba72f9e-b61a-4224-b2c3-b7c667181e18
ModelName:vFW aef05cd8-2a6a-nodes.vpgCvfc
ModelUuid:84061a17-4fe4-4c4f-8ac9-3211600aea5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:be324595-0703-4240-ab10-08f8d38e8c3e
ModelInvariantUuid:58117f84-43b9-4397-b4fb-8dd84087edb8
ModelName:VfwAef05cd82a6a.compute.nodes.heat.vpg
ModelUuid:5a6fd60d-27de-40eb-956f-0346d0e9a219
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-04-17T04:38:00.806Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 55bff8aa-52bf-4675-8527-f7f95fadf3f0
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-04-17T04:38:00.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||vFW aef05cd8-2a6a 0
2022-04-17T04:38:00.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 55bff8aa-52bf-4675-8527-f7f95fadf3f0
2022-04-17T04:38:00.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5fe58a8c-fc92-4da5-92d9-d9a226383397 from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:00.813Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:38:00.813Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:01.199Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:38:01.200Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json 5fe58a8c-fc92-4da5-92d9-d9a226383397 785
2022-04-17T04:38:01.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json ASDC sendASDCNotification
2022-04-17T04:38:01.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:01.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:38:01.202Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:01.205Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:01.206Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170281200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:38:01.306Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:01.308Z||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-04-17T04:38:01.309Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:01.330Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:01.332Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:38:02.207Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAef05cd82a6a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5282894e-e842-4bc8-9fee-494906491db1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a0b990d-b2c9-4459-b361-3a2ae0001a72",
    "vfModuleModelCustomizationUUID": "52cc40b9-f64d-46a2-88a9-81a112c336cf",
    "isBase": true,
    "artifacts": [
      "03a8d887-1473-49cf-8e68-5c11b35c955e",
      "b9cddec2-11bf-48cd-9374-0439a973f183"
    ],
    "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-04-17T04:38:02.212Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAef05cd82a6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a0b990d-b2c9-4459-b361-3a2ae0001a72
VfModuleModelInvariantUUID:5282894e-e842-4bc8-9fee-494906491db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
03a8d887-1473-49cf-8e68-5c11b35c955e
,
b9cddec2-11bf-48cd-9374-0439a973f183

}
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-04-17T04:38:02.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwAef05cd82a6a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5282894e-e842-4bc8-9fee-494906491db1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a0b990d-b2c9-4459-b361-3a2ae0001a72",
    "vfModuleModelCustomizationUUID": "52cc40b9-f64d-46a2-88a9-81a112c336cf",
    "isBase": true,
    "artifacts": [
      "03a8d887-1473-49cf-8e68-5c11b35c955e",
      "b9cddec2-11bf-48cd-9374-0439a973f183"
    ],
    "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-04-17T04:38:02.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAef05cd82a6a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a0b990d-b2c9-4459-b361-3a2ae0001a72
VfModuleModelInvariantUUID:5282894e-e842-4bc8-9fee-494906491db1
VfModuleModelDescription:NULL
Artifacts UUID List:{
03a8d887-1473-49cf-8e68-5c11b35c955e
,
b9cddec2-11bf-48cd-9374-0439a973f183

}
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-04-17T04:38:02.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 03a8d887-1473-49cf-8e68-5c11b35c955e from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:02.217Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:38:02.217Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:02.393Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:38:02.394Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml 03a8d887-1473-49cf-8e68-5c11b35c955e 20368
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:38:02.395Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:02.399Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:02.399Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170282394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:38:02.499Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:02.501Z||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-04-17T04:38:02.501Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:02.515Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:02.515Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:03.400Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9cddec2-11bf-48cd-9374-0439a973f183 from URL: /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:03.400Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:38:03.402Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:03.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:38:03.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env b9cddec2-11bf-48cd-9374-0439a973f183 2098
2022-04-17T04:38:03.779Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:38:03.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:03.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:38:03.780Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:03.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:03.783Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170283779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:38:03.883Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:03.885Z||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-04-17T04:38:03.885Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:03.902Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:03.903Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:04.784Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 41fdd240-13a1-4f21-bb00-f0899c57e52c
2022-04-17T04:38:04.785Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW aef05cd8-2a6a 0 55bff8aa-52bf-4675-8527-f7f95fadf3f0 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-04-17T04:38:04.808Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b81608b, org.onap.sdc.toscaparser.api.parameters.Input@56bb23e8, org.onap.sdc.toscaparser.api.parameters.Input@ef2a11d, org.onap.sdc.toscaparser.api.parameters.Input@151f7359, org.onap.sdc.toscaparser.api.parameters.Input@45cacc49]
2022-04-17T04:38:04.810Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.811Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.811Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T04:38:04.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6772a695-9f26-4ad5-b29e-63de23763c43
2022-04-17T04:38:04.812Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6772a695-9f26-4ad5-b29e-63de23763c43 matches Tosca VF Customization UUID: 6772a695-9f26-4ad5-b29e-63de23763c43
2022-04-17T04:38:04.813Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6772a695-9f26-4ad5-b29e-63de23763c43  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-04-17T04:38:04.816Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.817Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.818Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6772a695-9f26-4ad5-b29e-63de23763c43: {\"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-04-17T04:38:04.818Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f6b8db1
2022-04-17T04:38:04.818Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.819Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:38:04.819Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52cc40b9-f64d-46a2-88a9-81a112c336cf
2022-04-17T04:38:04.819Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52cc40b9-f64d-46a2-88a9-81a112c336cf
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-04-17T04:38:04.827Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.828Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.828Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.828Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.829Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T04:38:04.830Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:04.831Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:04.832Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.833Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:04.834Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.834Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=17854528-ecb5-4154-9098-c32111afdb2b
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-04-17T04:38:04.844Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.845Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.845Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.846Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.846Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:04.846Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:04.847Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:04.847Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:04.847Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.848Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.848Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.848Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:04.849Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T04:38:04.849Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T04:38:04.849Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.849Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T04:38:04.850Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.850Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45f2d1a7-4927-427e-80ba-8810ad1c3fda
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-04-17T04:38:04.859Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.860Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.860Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.860Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.861Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is not matching search criteria
2022-04-17T04:38:04.861Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T04:38:04.861Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T04:38:04.861Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T04:38:04.861Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.862Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.863Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.863Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T04:38:04.863Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T04:38:04.863Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T04:38:04.864Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T04:38:04.865Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T04:38:04.865Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T04:38:04.865Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=08fae7b1-f2d3-4e46-9426-39d353250da5
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-04-17T04:38:04.870Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.871Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.872Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:38:04.873Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.873Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Node template vFW aef05cd8-2a6a 0 is matching search criteria
2022-04-17T04:38:04.874Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW aef05cd8-2a6a 0] matching following query criteria: sdcType=VF, customizationUUID=6772a695-9f26-4ad5-b29e-63de23763c43
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-04-17T04:38:04.879Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.880Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.881Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 41fdd240-13a1-4f21-bb00-f0899c57e52c: vFW aef05cd8-2a6a
2022-04-17T04:38:04.882Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.882Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.883Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.883Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.883Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.884Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.884Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.884Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.884Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:38:04.885Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-33-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:38:04.885Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-17 04-33-49 
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-04-17T04:38:05.181Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW aef05cd8-2a6a 55bff8aa-52bf-4675-8527-f7f95fadf3f0 1 ASDC deployResourceStructure
2022-04-17T04:38:05.182Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json ASDC sendASDCNotification
2022-04-17T04:38:05.183Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json
2022-04-17T04:38:05.184Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:38:05.185Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:05.188Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:05.188Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170285182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:38:05.288Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:05.290Z||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-04-17T04:38:05.290Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:05.307Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:05.308Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:06.190Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T04:38:06.190Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml
2022-04-17T04:38:06.190Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:38:06.190Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:06.193Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:06.193Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170286189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:38:06.293Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:06.294Z||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-04-17T04:38:06.295Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:06.313Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:06.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:07.194Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T04:38:07.195Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env
2022-04-17T04:38:07.195Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:38:07.196Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:07.198Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:07.199Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170287194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:38:07.299Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:38:07.301Z||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-04-17T04:38:07.301Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:07.343Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:07.345Z||pool-48-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":3,"count":1}
2022-04-17T04:38:08.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar ASDC sendASDCNotification
2022-04-17T04:38:08.201Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar
2022-04-17T04:38:08.207Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:38:08.208Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:38:08.214Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:38:08.214Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170288201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:38:08.313Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:38:08.314Z||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-04-17T04:38:08.315Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:08.328Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:08.330Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:38:09.216Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:38:09.229Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:38:09.232Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:38:09.232Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:38:09.232Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:38:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:38:28.151Z||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-04-17T04:38:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:38:28.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:38:28.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:38:28.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:38:28.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:38:28.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:38:28.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "dcae-sch",
  "timestamp": 1650170180092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:38:28.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:38:39.233Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:38:39.259Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:38:39.263Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:38:39.263Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:38:39.264Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:39:09.264Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:39:09.277Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:39:09.279Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:39:09.280Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:39:09.280Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:39:28.152Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:39:28.153Z||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-04-17T04:39:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:39:28.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:39:28.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170180806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:39:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170190192,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170188878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "cds",
  "timestamp": 1650170189909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-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-04-17T04:39:28.224Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
2022-04-17T04:39:28.225Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde 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-04-17T04:39:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170191595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170192078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170192776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170193083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:39:28.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170193818,
  "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-04-17T04:39:28.276Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
2022-04-17T04:39:28.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde 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-04-17T04:39:28.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "policy-id",
  "timestamp": 1650170194087,
  "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-04-17T04:39:28.328Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
2022-04-17T04:39:28.328Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde 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-04-17T04:39:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170194824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:39:28.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170200978,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170202989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:39:28.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "clamp",
  "timestamp": 1650170203992,
  "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-04-17T04:39:28.380Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
2022-04-17T04:39:28.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde 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-04-17T04:39:28.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:39:28.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170200653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:39:28.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170201287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:39:28.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:39:28.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170208666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170209268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:39:28.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170213363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:39:28.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170225680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:39:28.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:39:28.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:39:28.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "aai-ml",
  "timestamp": 1650170226685,
  "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-04-17T04:39:28.435Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
2022-04-17T04:39:28.436Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde 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-04-17T04:39:39.280Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:39:39.319Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:39:39.330Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:39:39.331Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:39:39.331Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:39:39.331Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:40:09.332Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:40:09.376Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:40:09.382Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:40:09.383Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:40:09.383Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:40:09.383Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:40:28.151Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:40:28.152Z||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-04-17T04:40:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:40:28.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:40:28.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b9451e6-e77f-49fd-a1d4-26983ffba6ae",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170262818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:40:28.205Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:40:28.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170263845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170276066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170281200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:40:28.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170282394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:40:28.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170283779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:40:28.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170285182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/vfwaef05cd82a6a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:40:28.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170286189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170287194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/resourceInstances/vfwaef05cd82a6a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170288201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417043349/1.0/artifacts/service-Vfw20220417043349-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:40:28.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:40:39.384Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:40:39.407Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:40:39.414Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:40:39.415Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:40:39.415Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:40:39.416Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:41:09.418Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:41:09.437Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:41:09.443Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:41:09.443Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:41:09.444Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:41:09.444Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:41:28.150Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:41:28.152Z||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-04-17T04:41:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:41:28.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:41:28.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170372809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170372809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "cds",
  "timestamp": 1650170375803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "cds",
  "timestamp": 1650170375803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170379037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170379037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:41:28.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "cds",
  "timestamp": 1650170379288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:41:28.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "cds",
  "timestamp": 1650170380386,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:41:28.330Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c693228-5acb-4eb7-a73c-f62082a86b35
2022-04-17T04:41:28.330Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c693228-5acb-4eb7-a73c-f62082a86b35 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-04-17T04:41:28.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170380668,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "dcae-sch",
  "timestamp": 1650170380093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "aai-ml",
  "timestamp": 1650170381287,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170380668,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:41:28.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "dcae-sch",
  "timestamp": 1650170380093,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "aai-ml",
  "timestamp": 1650170381287,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:41:28.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170383803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:41:28.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "aai-ml",
  "timestamp": 1650170384315,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:41:28.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "policy-id",
  "timestamp": 1650170384070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "policy-id",
  "timestamp": 1650170384070,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:41:28.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170386045,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:41:28.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "policy-id",
  "timestamp": 1650170387263,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:41:28.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "clamp",
  "timestamp": 1650170386890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:41:28.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "policy-id",
  "timestamp": 1650170388268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:41:28.362Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "clamp",
  "timestamp": 1650170386890,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:41:28.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:41:28.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "policy-id",
  "timestamp": 1650170389272,
  "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-04-17T04:41:28.372Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c693228-5acb-4eb7-a73c-f62082a86b35
2022-04-17T04:41:28.373Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c693228-5acb-4eb7-a73c-f62082a86b35 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-04-17T04:41:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "aai-ml",
  "timestamp": 1650170391117,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:41:28.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "aai-ml",
  "timestamp": 1650170392122,
  "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-04-17T04:41:28.403Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c693228-5acb-4eb7-a73c-f62082a86b35
2022-04-17T04:41:28.403Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c693228-5acb-4eb7-a73c-f62082a86b35 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-04-17T04:41:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "clamp",
  "timestamp": 1650170400764,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:41:28.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "clamp",
  "timestamp": 1650170402033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:41:28.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:41:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-17T04:41:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "clamp",
  "timestamp": 1650170403038,
  "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-04-17T04:41:28.427Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c693228-5acb-4eb7-a73c-f62082a86b35
2022-04-17T04:41:28.428Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c693228-5acb-4eb7-a73c-f62082a86b35 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-04-17T04:41:39.445Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:41:39.465Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:41:39.478Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:41:39.478Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:41:39.478Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:41:39.479Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:42:09.480Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:42:09.493Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:42:09.495Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:42:09.497Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:42:09.497Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:42:09.497Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:42:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:42:28.151Z||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-04-17T04:42:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:42:28.571Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:42:28.573Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:28.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:42:28.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:42:28.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:42:39.500Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:42:39.521Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:42:39.525Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:42:39.526Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:42:39.526Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:42:39.527Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:43:09.527Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:43:09.528Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde 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-04-17T04:43:09.547Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde and serviceModelVersionId: 41fdd240-13a1-4f21-bb00-f0899c57e52c
2022-04-17T04:43:09.547Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da0eeccd-3b29-4c46-b47a-b898a8c9a4ab
2022-04-17T04:43:09.549Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da0eeccd-3b29-4c46-b47a-b898a8c9a4ab/model-vers/model-ver/41fdd240-13a1-4f21-bb00-f0899c57e52c?depth=0
2022-04-17T04:43:09.562Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:43:09.669Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0eeccd-3b29-4c46-b47a-b898a8c9a4ab/model-vers/model-ver/41fdd240-13a1-4f21-bb00-f0899c57e52c?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-04-17T04:43:09.673Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0eeccd-3b29-4c46-b47a-b898a8c9a4ab/model-vers/model-ver/41fdd240-13a1-4f21-bb00-f0899c57e52c?depth=0|INFO|500||Invoke
2022-04-17T04:43:09.720Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0eeccd-3b29-4c46-b47a-b898a8c9a4ab/model-vers/model-ver/41fdd240-13a1-4f21-bb00-f0899c57e52c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T04:43:10.415Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0eeccd-3b29-4c46-b47a-b898a8c9a4ab/model-vers/model-ver/41fdd240-13a1-4f21-bb00-f0899c57e52c?depth=0|INFO|500||InvokeReturn
2022-04-17T04:43:10.416Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da0eeccd-3b29-4c46-b47a-b898a8c9a4ab/model-vers/model-ver/41fdd240-13a1-4f21-bb00-f0899c57e52c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-04:43:10:079-51625], vertex-id=[196624], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:43:10 GMT], Content-Type=[application/json]}
2022-04-17T04:43:10.418Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:43:10.418Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:43:10.419Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:43:10.426Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:43:10.426Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 924afee2-d70e-4fcc-b0ce-ba6edd6dbfde and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:43:10.427Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:43:10.427Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:43:10.432Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:43:10.432Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170590427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:43:10.532Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:43:10.534Z||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-04-17T04:43:10.534Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:10.715Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:10.716Z||pool-50-thread-1|||||INFO|500||cambria reply ok (183 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-04-17T04:43:11.473Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:43:11.475Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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-04-17T04:43:11.475Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:16.548Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:16.558Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:43:16.558Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c693228-5acb-4eb7-a73c-f62082a86b35","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b74fbd4e-4902-4a6b-a56e-face1a67e310","serviceDescription":"service","serviceInvariantUUID":"1efed593-a1a8-480a-9962-51a6aed5b1d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"01b92bad-8766-4b44-842a-3a1aa2297f68","resourceInvariantUUID":"ea1a4a1f-78e1-4301-8ff6-0cc6b53aeca2","resourceCustomizationUUID":"0195ab27-3cb4-4af2-949f-1c4802d64fee","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"Y2VhMGMzZTcxOGFjZWNhYzE1MmExNzZhZGRhOTA4Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65a383d6-30da-40e6-a3fe-b29fdb436568","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjdkNTM1MmUwZmNjMzNkNzIzNmU1YmYxYzI3ZjllYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41594130-e161-40a9-89a9-f1029a17966d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:43:16.563Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:43:16.563Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:43:16.568Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:43:16.568Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:16.670Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:43:16.671Z||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-04-17T04:43:16.671Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:16.700Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:16.701Z||pool-51-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:43:17.570Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:43:17.574Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:43:17.586Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:43:17.587Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:17.685Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:43:17.686Z||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-04-17T04:43:17.686Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:18.015Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:18.016Z||pool-52-thread-1|||||INFO|500||cambria reply ok (331 ms):{"serverTimeMs":2,"count":1}
2022-04-17T04:43:18.589Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b74fbd4e-4902-4a6b-a56e-face1a67e310",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1efed593-a1a8-480a-9962-51a6aed5b1d8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0195ab27-3cb4-4af2-949f-1c4802d64fee",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "01b92bad-8766-4b44-842a-3a1aa2297f68",
      "resourceInvariantUUID": "ea1a4a1f-78e1-4301-8ff6-0cc6b53aeca2",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "YjdkNTM1MmUwZmNjMzNkNzIzNmU1YmYxYzI3ZjllYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "41594130-e161-40a9-89a9-f1029a17966d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:43:18.589Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:43:18.590Z|924afee2-d70e-4fcc-b0ce-ba6edd6dbfde|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b74fbd4e-4902-4a6b-a56e-face1a67e310 ASDC
2022-04-17T04:43:18.591Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6c693228-5acb-4eb7-a73c-f62082a86b35
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b74fbd4e-4902-4a6b-a56e-face1a67e310
ServiceInvariantUUID:1efed593-a1a8-480a-9962-51a6aed5b1d8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:41594130-e161-40a9-89a9-f1029a17966d
ArtifactChecksum:YjdkNTM1MmUwZmNjMzNkNzIzNmU1YmYxYzI3ZjllYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0195ab27-3cb4-4af2-949f-1c4802d64fee
ResourceInvariantUUID:ea1a4a1f-78e1-4301-8ff6-0cc6b53aeca2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:01b92bad-8766-4b44-842a-3a1aa2297f68
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-17T04:43:18.591Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b74fbd4e-4902-4a6b-a56e-face1a67e310 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-04-17T04:43:18.663Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:43:18.665Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:43:18.665Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:43:18.666Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 41594130-e161-40a9-89a9-f1029a17966d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T04:43:18.666Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:43:18.667Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T04:43:19.746Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:43:19.750Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 41594130-e161-40a9-89a9-f1029a17966d 52485
2022-04-17T04:43:19.750Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-17T04:43:19.751Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T04:43:19.751Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:43:19.752Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:43:19.755Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:43:19.756Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170599750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:19.857Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:43:19.858Z||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-04-17T04:43:19.859Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:20.012Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:20.013Z||pool-53-thread-1|||||INFO|500||cambria reply ok (155 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:43:20.765Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:43:20.766Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:43:20.766Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 41594130-e161-40a9-89a9-f1029a17966d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:20.767Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-17T04:43:20.767Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:20.767Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.011Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10939910804859508575/Definitions/service-BasicNetwork-template.yml
2022-04-17T04:43:21.974Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:43:21.975Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.976Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.977Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.977Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-17T04:43:21.977Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:43:21.977Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.977Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.977Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:43:21.978Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.979Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.980Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.980Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:21.980Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:21.980Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b74fbd4e-4902-4a6b-a56e-face1a67e310
Model Version:NULL
Model InvariantUuid:1efed593-a1a8-480a-9962-51a6aed5b1d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ea1a4a1f-78e1-4301-8ff6-0cc6b53aeca2
Model UUID:bc04a7b5-bdf8-45b6-9aed-11a661992c5d
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0195ab27-3cb4-4af2-949f-1c4802d64fee
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-17T04:43:21.993Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 01b92bad-8766-4b44-842a-3a1aa2297f68
2022-04-17T04:43:21.993Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||No resources found for Service: b74fbd4e-4902-4a6b-a56e-face1a67e310
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-04-17T04:43:22.002Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||
2022-04-17T04:43:22.003Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-17T04:43:22.004Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b74fbd4e-4902-4a6b-a56e-face1a67e310
2022-04-17T04:43:22.004Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b74fbd4e-4902-4a6b-a56e-face1a67e310
2022-04-17T04:43:22.004Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-17T04:43:22.004Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:43:22.017Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14e51609, org.onap.sdc.toscaparser.api.parameters.Input@48f9755d, org.onap.sdc.toscaparser.api.parameters.Input@67a2b47a, org.onap.sdc.toscaparser.api.parameters.Input@292c79a0, org.onap.sdc.toscaparser.api.parameters.Input@15c577d2]
2022-04-17T04:43:22.020Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.021Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:22.022Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.022Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:22.023Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b74fbd4e-4902-4a6b-a56e-face1a67e310: Generic NeutronNet
2022-04-17T04:43:22.023Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.023Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:22.023Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.024Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-17T04:43:22.087Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.087Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:22.088Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.089Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:22.089Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:43:22.089Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:43:22.090Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-17T04:43:22.201Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-17T04:43:22.202Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-17T04:43:22.202Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-17T04:43:22.202Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:43:22.203Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:43:22.206Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:43:22.206Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170602202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:43:22.306Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:43:22.308Z||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-04-17T04:43:22.308Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:22.420Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:22.422Z||pool-54-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:43:23.207Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:43:23.231Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:43:23.235Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:43:23.235Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:43:23.235Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:43:23.235Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:43:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:43:28.157Z||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-04-17T04:43:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:43:28.278Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:43:28.337Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.337Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.338Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.342Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.343Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.344Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170476890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170484070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170479036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170480804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650170480094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170495599,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.362Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170494983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170496604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:43:28.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "cds",
  "timestamp": 1650170496002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-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-04-17T04:43:28.397Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94695382-3f4d-4fe9-a43e-d95f298bb3eb
2022-04-17T04:43:28.399Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94695382-3f4d-4fe9-a43e-d95f298bb3eb 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-04-17T04:43:28.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "policy-id",
  "timestamp": 1650170497608,
  "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-04-17T04:43:28.436Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94695382-3f4d-4fe9-a43e-d95f298bb3eb
2022-04-17T04:43:28.438Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94695382-3f4d-4fe9-a43e-d95f298bb3eb 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-04-17T04:43:28.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170498444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.471Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170500041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:43:28.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170492809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "clamp",
  "timestamp": 1650170501044,
  "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-04-17T04:43:28.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94695382-3f4d-4fe9-a43e-d95f298bb3eb
2022-04-17T04:43:28.502Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94695382-3f4d-4fe9-a43e-d95f298bb3eb 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-04-17T04:43:28.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170502217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170503565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:43:28.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170504572,
  "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-04-17T04:43:28.566Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 94695382-3f4d-4fe9-a43e-d95f298bb3eb
2022-04-17T04:43:28.567Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94695382-3f4d-4fe9-a43e-d95f298bb3eb 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-04-17T04:43:28.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170500656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170501287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170510410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170510165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170513181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170518990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:43:28.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "aai-ml",
  "timestamp": 1650170519995,
  "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-04-17T04:43:28.607Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94695382-3f4d-4fe9-a43e-d95f298bb3eb
2022-04-17T04:43:28.608Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94695382-3f4d-4fe9-a43e-d95f298bb3eb 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-04-17T04:43:28.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170531286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170536890,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170532811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170530654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170539036,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170547097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170547869,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:28.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170548568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:43:28.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:43:28.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T04:43:28.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:43:28.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:43:53.235Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:43:53.270Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:43:53.273Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:43:53.273Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:43:53.273Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:43:53.273Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:44:23.277Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:44:23.291Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:44:23.295Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:44:23.295Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:44:23.296Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:44:23.296Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:44:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:44:28.151Z||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-04-17T04:44:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:44:28.264Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:44:28.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:44:28.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:44:28.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:44:53.296Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:44:53.316Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:44:53.319Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:44:53.319Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:44:53.319Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:44:53.319Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:45:23.319Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:45:23.335Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:45:23.341Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:45:23.341Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:45:23.342Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:45:23.342Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:45:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:45:28.151Z||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-04-17T04:45:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:45:28.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:45:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170540096,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170549985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170540815,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170550685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170551664,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170550686,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170544070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170552700,
  "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-04-17T04:45:28.266Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:45:28.266Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787520ee-c89d-40ae-9010-fa2447c85631 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-04-17T04:45:28.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "cds",
  "timestamp": 1650170551717,
  "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-04-17T04:45:28.305Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:45:28.305Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787520ee-c89d-40ae-9010-fa2447c85631 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-04-17T04:45:28.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170553110,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170553708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170552384,
  "artifactURL": "/sdc/v1/catalog/services/f44f0d5c-6b14-441f-a655-0eaec19e468f/resourceInstances/basicclamp0/artifacts/c7b5f6ae-0ecd-4329-8658-f399a4116c44",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.323Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170554116,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.324Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "policy-id",
  "timestamp": 1650170555121,
  "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-04-17T04:45:28.335Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:45:28.336Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787520ee-c89d-40ae-9010-fa2447c85631 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-04-17T04:45:28.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170554544,
  "artifactURL": "/sdc/v1/catalog/services/f44f0d5c-6b14-441f-a655-0eaec19e468f/resourceInstances/basicclamp0/artifacts/c7b5f6ae-0ecd-4329-8658-f399a4116c44",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "dcae-sch",
  "timestamp": 1650170555551,
  "artifactURL": "/sdc/v1/catalog/services/f44f0d5c-6b14-441f-a655-0eaec19e468f/resourceInstances/basicclamp0/artifacts/c7b5f6ae-0ecd-4329-8658-f399a4116c44",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-17T04:45:28.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:45:28.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787520ee-c89d-40ae-9010-fa2447c85631 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:45:28.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170557042,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170558047,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170559509,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "aai-ml",
  "timestamp": 1650170560514,
  "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-04-17T04:45:28.419Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:45:28.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787520ee-c89d-40ae-9010-fa2447c85631 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-04-17T04:45:28.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170552809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170562132,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.453Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170563136,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "clamp",
  "timestamp": 1650170564142,
  "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-04-17T04:45:28.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:45:28.473Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 787520ee-c89d-40ae-9010-fa2447c85631 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-04-17T04:45:28.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170555803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170566598,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "cds",
  "timestamp": 1650170567660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:45:28.533Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d922b847-624a-43bf-a815-522d5d4c94f5
2022-04-17T04:45:28.533Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d922b847-624a-43bf-a815-522d5d4c94f5 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-04-17T04:45:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170569210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170560653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170570867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170570897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170572212,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170571962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170573563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170574653,
  "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-04-17T04:45:28.583Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d922b847-624a-43bf-a815-522d5d4c94f5
2022-04-17T04:45:28.583Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d922b847-624a-43bf-a815-522d5d4c94f5 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-04-17T04:45:28.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170574057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:45:28.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170574062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170575661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170575067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "policy-id",
  "timestamp": 1650170576071,
  "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-04-17T04:45:28.618Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d922b847-624a-43bf-a815-522d5d4c94f5
2022-04-17T04:45:28.619Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d922b847-624a-43bf-a815-522d5d4c94f5 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-04-17T04:45:28.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "dcae-sch",
  "timestamp": 1650170560099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170570803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170572809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170579630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "cds",
  "timestamp": 1650170580643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T04:45:28.661Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b64b368-ebbd-4f1d-a999-0543454f76d3
2022-04-17T04:45:28.661Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b64b368-ebbd-4f1d-a999-0543454f76d3 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-04-17T04:45:28.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170559036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170564070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170584090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170584504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170585524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170585045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170585513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170585690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170586697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "policy-id",
  "timestamp": 1650170586518,
  "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-04-17T04:45:28.685Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b64b368-ebbd-4f1d-a999-0543454f76d3
2022-04-17T04:45:28.685Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b64b368-ebbd-4f1d-a999-0543454f76d3 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-04-17T04:45:28.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "aai-ml",
  "timestamp": 1650170586694,
  "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-04-17T04:45:28.704Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d922b847-624a-43bf-a815-522d5d4c94f5
2022-04-17T04:45:28.705Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d922b847-624a-43bf-a815-522d5d4c94f5 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-04-17T04:45:28.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170587056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.718Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170587723,
  "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-04-17T04:45:28.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b64b368-ebbd-4f1d-a999-0543454f76d3
2022-04-17T04:45:28.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b64b368-ebbd-4f1d-a999-0543454f76d3 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-04-17T04:45:28.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "clamp",
  "timestamp": 1650170588066,
  "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-04-17T04:45:28.742Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d922b847-624a-43bf-a815-522d5d4c94f5
2022-04-17T04:45:28.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d922b847-624a-43bf-a815-522d5d4c94f5 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-04-17T04:45:28.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170588728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "dcae-sch",
  "timestamp": 1650170580093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "924afee2-d70e-4fcc-b0ce-ba6edd6dbfde",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170590427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170561518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170585803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170595017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170566890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170587523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170595609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170596659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170589740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170597665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170598916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "policy-id",
  "timestamp": 1650170598672,
  "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-04-17T04:45:28.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
2022-04-17T04:45:28.814Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c75ab7b-6ab2-414f-b647-8b4185fddd5c 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-04-17T04:45:28.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170590653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170600168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170599750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170599869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "cds",
  "timestamp": 1650170599395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "Failed to store the CBA archive into CDS DB due to Error : request(3ae8f01b-a592-4b07-a688-a9eb7167b180): Failed to upload CBA \n Details: Unable to acquire JDBC Connection; nested exception is org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC Connection",
  "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-04-17T04:45:28.839Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_ERROR distributionID of 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
2022-04-17T04:45:28.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c75ab7b-6ab2-414f-b647-8b4185fddd5c 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-04-17T04:45:28.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170592809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170601705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170601752,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:45:28.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170602742,
  "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-04-17T04:45:28.871Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
2022-04-17T04:45:28.872Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c75ab7b-6ab2-414f-b647-8b4185fddd5c 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-04-17T04:45:28.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170602202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170603057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170603749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170603143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:45:28.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "clamp",
  "timestamp": 1650170604062,
  "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-04-17T04:45:28.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b64b368-ebbd-4f1d-a999-0543454f76d3
2022-04-17T04:45:28.888Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b64b368-ebbd-4f1d-a999-0543454f76d3 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-04-17T04:45:28.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170606470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:45:28.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:28.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "aai-ml",
  "timestamp": 1650170607475,
  "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-04-17T04:45:28.914Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b64b368-ebbd-4f1d-a999-0543454f76d3
2022-04-17T04:45:28.915Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b64b368-ebbd-4f1d-a999-0543454f76d3 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-04-17T04:45:28.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:45:28.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:45:28.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:45:53.342Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:45:53.369Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:45:53.373Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:45:53.374Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:45:53.374Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:45:53.374Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:46:23.375Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:46:23.398Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:46:23.403Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:46:23.403Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:46:23.404Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:46:23.404Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:46:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:46:28.151Z||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-04-17T04:46:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:46:28.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:46:28.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.253Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.256Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170605065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:46:28.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170608478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170617423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:46:28.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170622057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:46:28.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:46:28.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170626057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:46:28.261Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:46:28.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "clamp",
  "timestamp": 1650170627061,
  "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-04-17T04:46:28.270Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
2022-04-17T04:46:28.271Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c75ab7b-6ab2-414f-b647-8b4185fddd5c 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-04-17T04:46:28.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170631311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:46:28.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:46:28.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "aai-ml",
  "timestamp": 1650170632315,
  "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-04-17T04:46:28.303Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
2022-04-17T04:46:28.303Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c75ab7b-6ab2-414f-b647-8b4185fddd5c 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-04-17T04:46:28.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.332Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:28.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:46:28.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:46:28.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:46:53.405Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:46:53.420Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:46:53.423Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:46:53.423Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:46:53.423Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:46:53.423Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:47:23.424Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:47:23.438Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:47:23.443Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:47:23.444Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:47:23.444Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:47:23.444Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:47:28.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:47:28.157Z||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-04-17T04:47:28.157Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:47:28.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:47:28.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170659036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170656890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "dcae-sch",
  "timestamp": 1650170660093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170660811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170664070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170674098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:47:28.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170673291,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:47:28.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170675103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "cds",
  "timestamp": 1650170675104,
  "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-04-17T04:47:28.265Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bc03dc8-a518-480b-a012-a0979b1da7aa
2022-04-17T04:47:28.265Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc03dc8-a518-480b-a012-a0979b1da7aa 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-04-17T04:47:28.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "policy-id",
  "timestamp": 1650170676107,
  "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-04-17T04:47:28.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bc03dc8-a518-480b-a012-a0979b1da7aa
2022-04-17T04:47:28.287Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc03dc8-a518-480b-a012-a0979b1da7aa 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-04-17T04:47:28.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.306Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170672809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.307Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.312Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.312Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170683063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:47:28.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170682992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:47:28.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170684035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:47:28.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170685071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:47:28.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170685054,
  "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-04-17T04:47:28.329Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7bc03dc8-a518-480b-a012-a0979b1da7aa
2022-04-17T04:47:28.330Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc03dc8-a518-480b-a012-a0979b1da7aa 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-04-17T04:47:28.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "clamp",
  "timestamp": 1650170686074,
  "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-04-17T04:47:28.357Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bc03dc8-a518-480b-a012-a0979b1da7aa
2022-04-17T04:47:28.357Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc03dc8-a518-480b-a012-a0979b1da7aa 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-04-17T04:47:28.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:47:28.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170680653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170681287,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:47:28.378Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:47:28.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170690798,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:47:28.378Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170691173,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:47:28.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.379Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170693118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:47:28.379Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170699596,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:47:28.380Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:47:28.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:47:28.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "aai-ml",
  "timestamp": 1650170700602,
  "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-04-17T04:47:28.388Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bc03dc8-a518-480b-a012-a0979b1da7aa
2022-04-17T04:47:28.388Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bc03dc8-a518-480b-a012-a0979b1da7aa 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-04-17T04:47:53.448Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:47:53.474Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:47:53.477Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:47:53.477Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:47:53.477Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:47:53.477Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:48:23.477Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:48:23.478Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c693228-5acb-4eb7-a73c-f62082a86b35 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-04-17T04:48:23.494Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c693228-5acb-4eb7-a73c-f62082a86b35 and serviceModelVersionId: b74fbd4e-4902-4a6b-a56e-face1a67e310
2022-04-17T04:48:23.495Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1efed593-a1a8-480a-9962-51a6aed5b1d8
2022-04-17T04:48:23.496Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0
2022-04-17T04:48:23.500Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:48:23.592Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0|INFO|500||Invoke
2022-04-17T04:48:23.593Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6c693228-5acb-4eb7-a73c-f62082a86b35], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3c707dc-e58e-4864-bb17-9688edd535c3], X-ECOMP-RequestID=[6c693228-5acb-4eb7-a73c-f62082a86b35], X-TransactionId=[], X-ONAP-RequestID=[6c693228-5acb-4eb7-a73c-f62082a86b35], Content-Type=[application/merge-patch+json]}
2022-04-17T04:48:23.625Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T04:48:23.824Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?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/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220417-04:48:24:006-43070], vertex-id=[168064], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:48:24 GMT], Content-Type=[application/json]}
2022-04-17T04:48:23.824Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:48:23.825Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1efed593-a1a8-480a-9962-51a6aed5b1d8/model-vers/model-ver/b74fbd4e-4902-4a6b-a56e-face1a67e310?depth=0|INFO|500||InvokeReturn
2022-04-17T04:48:23.826Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:48:23.826Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:48:23.837Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:48:23.837Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c693228-5acb-4eb7-a73c-f62082a86b35 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:48:23.837Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:48:23.838Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:23.844Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:23.844Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170903837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:48:23.941Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-17T04:48:23.942Z||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-04-17T04:48:23.942Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:23.959Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:23.960Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T04:48:24.861Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:48:24.862Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"94695382-3f4d-4fe9-a43e-d95f298bb3eb","serviceName":"Demo_pNF_Ypcu5fpzP2S6V2OOkU9P","serviceVersion":"1.0","serviceUUID":"81e381b8-5d53-4699-978e-8c1214b40c06","serviceDescription":"catalog service description","serviceInvariantUUID":"6402e724-f3d6-4b25-bab6-1d2ff16a1c7d","resources":[{"resourceInstanceName":"pNF 21d76a90-caa1 0","resourceName":"pNF 21d76a90-caa1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"da98aa73-7136-498a-ab56-480d6a114e36","resourceInvariantUUID":"167cef65-07b1-4fea-8c3b-f86682e66522","resourceCustomizationUUID":"8cd0b7ab-2162-4059-8977-eecca9134f9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml","artifactChecksum":"YjVkZGQyZmJhNzlmNDE0ZjI1MGMyM2Q4ZWYyMjQ3Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c8cc6b4-1b84-464d-b179-864016a1cd71","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar","artifactChecksum":"NWQ1ZmJiMjk3NzBlZDVhZDE1NTI5MTNjZjcwMjEzOWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41d812b8-42c2-4d6c-8657-71cb3119841c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"553512db-e846-4289-8026-315d01f9a58b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml","artifactChecksum":"NzUwZDc5YzgyYjRjZTU0OTI4ODk3MzgxYWViN2I1NTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f35e4d40-5d0a-4b6a-93b0-1c132b7c1178","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcddce0d-cbfe-469d-8ecb-6ec3bdada9a7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f8c7d81-3ff9-4b0b-8658-374622230787","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml","artifactChecksum":"ZTRkODY1OWM5MDkzODc5OGZhNzY3MjBjMGU1ZDE0ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39e0b871-20f5-4dd3-887a-801948e4d144","artifactVersion":"1"},{"artifactName":"service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar","artifactChecksum":"YTdiMDYwNDZjMTEzYzg1Y2EzY2I1M2M3NmQ2YTc2OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea846ed5-89b8-4496-a068-3bd32c3cb325","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:48:24.863Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:24.863Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:24.866Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:24.867Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:24.966Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:48:24.967Z||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-04-17T04:48:24.967Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:25.064Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:25.065Z||pool-56-thread-1|||||INFO|500||cambria reply ok (98 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:48:25.868Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:25.869Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:25.871Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:25.871Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:25.975Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-17T04:48:25.976Z||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-04-17T04:48:25.976Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:25.996Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:25.997Z||pool-57-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:26.872Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:26.873Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:26.875Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:26.875Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:26.976Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:48:26.977Z||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-04-17T04:48:26.977Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:27.042Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:27.044Z||pool-58-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:27.876Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:27.877Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:27.881Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:27.882Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:27.980Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:48:27.981Z||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-04-17T04:48:27.982Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:27.997Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:27.999Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:48:28.151Z||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-04-17T04:48:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:28.218Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170819039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650170812809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "dcae-sch",
  "timestamp": 1650170820098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170830924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170824070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170832280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170832015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.248Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170833605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170833024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:48:28.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170825804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.251Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "policy-id",
  "timestamp": 1650170834028,
  "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-04-17T04:48:28.272Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a038ecf-26b3-4c36-a4fd-476185aefe82
2022-04-17T04:48:28.272Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a038ecf-26b3-4c36-a4fd-476185aefe82 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-04-17T04:48:28.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170834644,
  "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-04-17T04:48:28.295Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5a038ecf-26b3-4c36-a4fd-476185aefe82
2022-04-17T04:48:28.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a038ecf-26b3-4c36-a4fd-476185aefe82 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-04-17T04:48:28.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170834062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650170835651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "cds",
  "timestamp": 1650170835077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-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-04-17T04:48:28.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5a038ecf-26b3-4c36-a4fd-476185aefe82
2022-04-17T04:48:28.324Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a038ecf-26b3-4c36-a4fd-476185aefe82 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-04-17T04:48:28.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170830656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170831287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170838861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170839310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:28.341Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650170843141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:48:28.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:48:28.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:48:28.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170836890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:28.345Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:48:28.882Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:28.883Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:28.885Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:28.886Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:28.986Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:48:28.987Z||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-04-17T04:48:28.987Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:29.017Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:29.018Z||pool-60-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:29.887Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:29.888Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:29.896Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:29.897Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:29.996Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:48:29.997Z||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-04-17T04:48:29.999Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:30.062Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:30.064Z||pool-61-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:48:30.899Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:30.900Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:30.908Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:30.908Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:48:31.007Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T04:48:31.008Z||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-04-17T04:48:31.008Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:31.053Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:31.054Z||pool-62-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:31.910Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:48:31.911Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:31.917Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:31.918Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:48:32.015Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-17T04:48:32.016Z||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-04-17T04:48:32.017Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:32.060Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:32.061Z||pool-63-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:48:32.920Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "serviceName": "Demo_pNF_Ypcu5fpzP2S6V2OOkU9P",
  "serviceVersion": "1.0",
  "serviceUUID": "81e381b8-5d53-4699-978e-8c1214b40c06",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6402e724-f3d6-4b25-bab6-1d2ff16a1c7d",
  "resources": [
    {
      "resourceInstanceName": "pNF 21d76a90-caa1 0",
      "resourceCustomizationUUID": "8cd0b7ab-2162-4059-8977-eecca9134f9a",
      "resourceName": "pNF 21d76a90-caa1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "da98aa73-7136-498a-ab56-480d6a114e36",
      "resourceInvariantUUID": "167cef65-07b1-4fea-8c3b-f86682e66522",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
      "artifactChecksum": "YTdiMDYwNDZjMTEzYzg1Y2EzY2I1M2M3NmQ2YTc2OGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea846ed5-89b8-4496-a068-3bd32c3cb325"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:48:32.922Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:48:32.923Z|6c693228-5acb-4eb7-a73c-f62082a86b35|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81e381b8-5d53-4699-978e-8c1214b40c06 ASDC
2022-04-17T04:48:32.923Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:94695382-3f4d-4fe9-a43e-d95f298bb3eb
ServiceName:Demo_pNF_Ypcu5fpzP2S6V2OOkU9P
ServiceVersion:1.0
ServiceUUID:81e381b8-5d53-4699-978e-8c1214b40c06
ServiceInvariantUUID:6402e724-f3d6-4b25-bab6-1d2ff16a1c7d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
ArtifactUUID:ea846ed5-89b8-4496-a068-3bd32c3cb325
ArtifactChecksum:YTdiMDYwNDZjMTEzYzg1Y2EzY2I1M2M3NmQ2YTc2OGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 21d76a90-caa1 0
ResourceCustomizationUUID:8cd0b7ab-2162-4059-8977-eecca9134f9a
ResourceInvariantUUID:167cef65-07b1-4fea-8c3b-f86682e66522
ResourceName:pNF 21d76a90-caa1
ResourceType:PNF
ResourceUUID:da98aa73-7136-498a-ab56-480d6a114e36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-17T04:48:32.925Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81e381b8-5d53-4699-978e-8c1214b40c06 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-04-17T04:48:33.003Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:48:33.005Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:48:33.005Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:48:33.006Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea846ed5-89b8-4496-a068-3bd32c3cb325 from URL: /sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:33.006Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:48:33.006Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:34.021Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:48:34.029Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar ea846ed5-89b8-4496-a068-3bd32c3cb325 82624
2022-04-17T04:48:34.030Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar ASDC sendASDCNotification
2022-04-17T04:48:34.030Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:34.030Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:48:34.031Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:34.034Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:34.034Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170914030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:48:34.134Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:48:34.136Z||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-04-17T04:48:34.136Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:34.167Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:34.168Z||pool-64-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:35.037Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:48:35.038Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:48:35.039Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ea846ed5-89b8-4496-a068-3bd32c3cb325, URL: /sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar to file: /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:35.039Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:35.040Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:35.040Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:35.224Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8997630331627736476/Definitions/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml
2022-04-17T04:48:36.442Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:48:36.443Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:48:36.443Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.444Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-17T04:48:36.444Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 21d76a90-caa1 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-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.444Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.445Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.445Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.445Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.445Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.446Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.446Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:48:36.446Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.447Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.447Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Node template pNF 21d76a90-caa1 0 is matching search criteria
2022-04-17T04:48:36.448Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:48:36.448Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 21d76a90-caa1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:48:36.449Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.449Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.449Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Node template pNF 21d76a90-caa1 0 is matching search criteria
2022-04-17T04:48:36.450Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:48:36.450Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 21d76a90-caa1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:48:36.451Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.451Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.451Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.452Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.452Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.452Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.453Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.453Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.453Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.454Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.454Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Ypcu5fpzP2S6V2OOkU9P
Description:catalog service description
Model UUID:81e381b8-5d53-4699-978e-8c1214b40c06
Model Version:NULL
Model InvariantUuid:6402e724-f3d6-4b25-bab6-1d2ff16a1c7d
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-04-17T04:48:36.467Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: da98aa73-7136-498a-ab56-480d6a114e36
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-04-17T04:48:36.472Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||pNF 21d76a90-caa1 0
2022-04-17T04:48:36.473Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: da98aa73-7136-498a-ab56-480d6a114e36
2022-04-17T04:48:36.473Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 81e381b8-5d53-4699-978e-8c1214b40c06
2022-04-17T04:48:36.473Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 81e381b8-5d53-4699-978e-8c1214b40c06
2022-04-17T04:48:36.473Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 21d76a90-caa1 0 da98aa73-7136-498a-ab56-480d6a114e36 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-04-17T04:48:36.482Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@277e72a2, org.onap.sdc.toscaparser.api.parameters.Input@5dd183ca, org.onap.sdc.toscaparser.api.parameters.Input@3a8353bb, org.onap.sdc.toscaparser.api.parameters.Input@1f4eba30, org.onap.sdc.toscaparser.api.parameters.Input@4b713019]
2022-04-17T04:48:36.483Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.483Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.484Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 81e381b8-5d53-4699-978e-8c1214b40c06: pNF 21d76a90-caa1
2022-04-17T04:48:36.484Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Processing PNF resource: da98aa73-7136-498a-ab56-480d6a114e36
2022-04-17T04:48:36.484Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:48:36.485Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Ypcu5fpzP2S6V2OOkU9P is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:48:36.485Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||Resource customization UUID: 8cd0b7ab-2162-4059-8977-eecca9134f9a is the same as notified resource customizationUUID: 8cd0b7ab-2162-4059-8977-eecca9134f9a
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-04-17T04:48:36.541Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 21d76a90-caa1 da98aa73-7136-498a-ab56-480d6a114e36 0 ASDC deployResourceStructure
2022-04-17T04:48:36.542Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar ASDC sendASDCNotification
2022-04-17T04:48:36.542Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar
2022-04-17T04:48:36.542Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:48:36.543Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:48:36.546Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:48:36.549Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170916542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:48:36.646Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-04-17T04:48:36.647Z||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-04-17T04:48:36.647Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:48:36.667Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:48:36.668Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:48:37.565Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:48:37.591Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:48:37.597Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:48:37.597Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:48:37.597Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:48:37.598Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:49:07.598Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:49:07.613Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:49:07.621Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:49:07.622Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:49:07.622Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:49:07.622Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:49:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:49:28.151Z||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-04-17T04:49:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:49:28.203Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:49:28.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170854602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:49:28.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:49:28.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "aai-ml",
  "timestamp": 1650170855606,
  "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-04-17T04:49:28.216Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5a038ecf-26b3-4c36-a4fd-476185aefe82
2022-04-17T04:49:28.217Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a038ecf-26b3-4c36-a4fd-476185aefe82 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-04-17T04:49:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170856711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:49:28.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:49:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170858109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:49:28.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:49:28.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "clamp",
  "timestamp": 1650170859113,
  "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-04-17T04:49:28.237Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5a038ecf-26b3-4c36-a4fd-476185aefe82
2022-04-17T04:49:28.238Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5a038ecf-26b3-4c36-a4fd-476185aefe82 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-04-17T04:49:28.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c693228-5acb-4eb7-a73c-f62082a86b35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170903837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:49:28.257Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:49:28.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:49:28.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:49:28.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:49:28.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:49:37.624Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:49:37.641Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:49:37.650Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:49:37.650Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:49:37.650Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:49:37.651Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:50:07.651Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:50:07.688Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:50:07.700Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:50:07.700Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:50:07.700Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:50:07.701Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:50:28.154Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:50:28.155Z||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-04-17T04:50:28.155Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:50:28.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:50:28.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:50:28.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:50:28.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:50:28.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:50:28.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/resourceInstances/pnf21d76a90caa10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:50:28.691Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170914030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:50:28.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:50:28.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:50:28.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170916542,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYpcu5fpzp2s6v2ooku9p/1.0/artifacts/service-DemoPnfYpcu5fpzp2s6v2ooku9p-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:50:28.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:50:37.701Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:50:37.723Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:50:37.731Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:50:37.731Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:50:37.731Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:50:37.731Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:51:07.732Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:51:07.758Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:51:07.766Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:51:07.766Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:51:07.766Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:51:07.767Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:51:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:51:28.152Z||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-04-17T04:51:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:51:28.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:51:28.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171039036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171032809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171035803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171048247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:51:28.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171047717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171040654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "dcae-sch",
  "timestamp": 1650171040094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171041286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171049279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:51:28.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "cds",
  "timestamp": 1650171048775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-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-04-17T04:51:28.867Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a8b6688-449b-4e58-9b0e-00578e64c696
2022-04-17T04:51:28.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a8b6688-449b-4e58-9b0e-00578e64c696 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-04-17T04:51:28.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171049763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:51:28.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171050203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:51:28.889Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171050283,
  "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-04-17T04:51:28.897Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4a8b6688-449b-4e58-9b0e-00578e64c696
2022-04-17T04:51:28.897Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a8b6688-449b-4e58-9b0e-00578e64c696 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-04-17T04:51:28.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171044070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171052142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:51:28.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/resourceInstances/pnfec17502cffe70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171052978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:51:28.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:51:28.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171053984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:51:28.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171046890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:51:28.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:51:28.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "policy-id",
  "timestamp": 1650171054987,
  "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-04-17T04:51:28.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a8b6688-449b-4e58-9b0e-00578e64c696
2022-04-17T04:51:28.927Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a8b6688-449b-4e58-9b0e-00578e64c696 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-04-17T04:51:28.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171059315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:51:28.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "aai-ml",
  "timestamp": 1650171060321,
  "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-04-17T04:51:28.948Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a8b6688-449b-4e58-9b0e-00578e64c696
2022-04-17T04:51:28.949Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a8b6688-449b-4e58-9b0e-00578e64c696 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-04-17T04:51:28.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171067139,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:51:28.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171070142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYbefcrstlu6l2gyyqvz1/1.0/artifacts/service-DemoPnfYbefcrstlu6l2gyyqvz1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:51:28.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:51:28.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:51:28.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4a8b6688-449b-4e58-9b0e-00578e64c696",
  "consumerID": "clamp",
  "timestamp": 1650171071149,
  "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-04-17T04:51:28.973Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4a8b6688-449b-4e58-9b0e-00578e64c696
2022-04-17T04:51:28.973Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a8b6688-449b-4e58-9b0e-00578e64c696 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-04-17T04:51:37.767Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:51:37.795Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:51:37.799Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:51:37.799Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:51:37.799Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:51:37.799Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:52:07.800Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:52:07.825Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:52:07.829Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:52:07.829Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:52:07.829Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:52:07.829Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:52:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:52:28.152Z||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-04-17T04:52:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:52:37.805Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:52:37.830Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:52:37.847Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:52:37.851Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:52:37.851Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:52:37.851Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:52:37.851Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:53:07.853Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:53:07.881Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:53:07.886Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:53:07.886Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:53:07.886Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:53:07.886Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:53:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:53:28.151Z||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-04-17T04:53:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:28.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:28.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.778Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:53:28.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171199036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:53:28.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171190654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:53:28.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171196890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171191287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171192809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:28.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:53:37.886Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:53:37.887Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb 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-04-17T04:53:37.898Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94695382-3f4d-4fe9-a43e-d95f298bb3eb and serviceModelVersionId: 81e381b8-5d53-4699-978e-8c1214b40c06
2022-04-17T04:53:37.898Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6402e724-f3d6-4b25-bab6-1d2ff16a1c7d
2022-04-17T04:53:37.899Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0
2022-04-17T04:53:37.906Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:53:37.999Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0|INFO|500||Invoke
2022-04-17T04:53:38.000Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94695382-3f4d-4fe9-a43e-d95f298bb3eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e7ef54f-6873-4306-8a2f-05adb3f09a21], X-ECOMP-RequestID=[94695382-3f4d-4fe9-a43e-d95f298bb3eb], X-TransactionId=[], X-ONAP-RequestID=[94695382-3f4d-4fe9-a43e-d95f298bb3eb], Content-Type=[application/merge-patch+json]}
2022-04-17T04:53:38.029Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T04:53:38.291Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?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/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-04:53:38:438-79429], vertex-id=[471192], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:53:38 GMT], Content-Type=[application/json]}
2022-04-17T04:53:38.292Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:53:38.293Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6402e724-f3d6-4b25-bab6-1d2ff16a1c7d/model-vers/model-ver/81e381b8-5d53-4699-978e-8c1214b40c06?depth=0|INFO|500||InvokeReturn
2022-04-17T04:53:38.293Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:53:38.293Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:53:38.300Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:53:38.300Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94695382-3f4d-4fe9-a43e-d95f298bb3eb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:53:38.301Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:53:38.301Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:38.304Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:38.304Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171218300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:53:38.404Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:38.405Z||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-04-17T04:53:38.405Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:38.475Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:38.476Z||pool-66-thread-1|||||INFO|500||cambria reply ok (71 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-04-17T04:53:39.339Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:53:39.339Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"787520ee-c89d-40ae-9010-fa2447c85631","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f44f0d5c-6b14-441f-a655-0eaec19e468f","serviceDescription":"service","serviceInvariantUUID":"9fa35e69-7e85-438c-b4a1-09b7a3e7d869","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eca3cdde-f1bc-4634-9e5a-c8c37590d8f7","resourceInvariantUUID":"3170e352-ada1-43fb-86b3-7acad8931ed6","resourceCustomizationUUID":"8990a5aa-ab10-4743-8c67-f2b98449e692","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":"c7b5f6ae-0ecd-4329-8658-f399a4116c44","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":"NGYxOGFhOTljNjVkOGIyYzEzZDI0NDA1MzYwMDY2NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03e8f56d-607d-4855-94e3-f12a8e4df38a","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":"Mzk1Nzg0YThiZWU4NWM2ZDU2ZWM3ZWI3Y2YxNzdkMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83fa30f8-982f-4d70-924e-52efaf7d5529","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":"f53f23c1-9ec2-4bef-bb75-4611a10ac9a8","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":"460a1f21-be4f-4469-910c-b778ff31cbf2","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":"3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1","artifactVersion":"2","generatedFromUUID":"f53f23c1-9ec2-4bef-bb75-4611a10ac9a8"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODI4YTU3YzlhMGM2MzMwMzU3MDYyZmI1Y2NkNzAwMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d36cd3a7-11e9-42fc-90e3-024383cacf6c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OWIxN2U5ZGNiNTZlYWMxOGNjNzdjZmQwYWM1N2IxMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"540724d0-4483-4faf-82e9-5fa5fd61509e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:53:39.340Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:39.340Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:39.343Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:39.343Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:39.449Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-17T04:53:39.451Z||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-04-17T04:53:39.451Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:39.537Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:39.538Z||pool-67-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:40.345Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:40.345Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:40.348Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:40.349Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:40.448Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:53:40.450Z||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-04-17T04:53:40.450Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:40.776Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:40.777Z||pool-68-thread-1|||||INFO|500||cambria reply ok (328 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:41.357Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:41.357Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:41.364Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:41.364Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:53:41.460Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-17T04:53:41.464Z||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-04-17T04:53:41.464Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:41.739Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:41.740Z||pool-69-thread-1|||||INFO|500||cambria reply ok (279 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:42.365Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:42.366Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:42.368Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:42.368Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:53:42.468Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:42.470Z||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-04-17T04:53:42.470Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:42.544Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:42.553Z||pool-70-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:43.369Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:43.370Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:43.373Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:43.373Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:43.473Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:43.476Z||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-04-17T04:53:43.477Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:43.731Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:43.732Z||pool-71-thread-1|||||INFO|500||cambria reply ok (258 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:44.374Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:44.374Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:44.382Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:44.383Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T04:53:44.483Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:53:44.484Z||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-04-17T04:53:44.484Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:44.564Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:44.564Z||pool-72-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:45.384Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:45.387Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:45.390Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:45.391Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:53:45.490Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:53:45.491Z||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-04-17T04:53:45.491Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:45.555Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:45.558Z||pool-73-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:46.392Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:53:46.393Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:46.397Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:46.397Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:53:46.499Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:53:46.500Z||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-04-17T04:53:46.500Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:46.861Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:46.862Z||pool-74-thread-1|||||INFO|500||cambria reply ok (363 ms):{"serverTimeMs":31,"count":1}
2022-04-17T04:53:47.399Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "f44f0d5c-6b14-441f-a655-0eaec19e468f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9fa35e69-7e85-438c-b4a1-09b7a3e7d869",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8990a5aa-ab10-4743-8c67-f2b98449e692",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eca3cdde-f1bc-4634-9e5a-c8c37590d8f7",
      "resourceInvariantUUID": "3170e352-ada1-43fb-86b3-7acad8931ed6",
      "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": "Mzk1Nzg0YThiZWU4NWM2ZDU2ZWM3ZWI3Y2YxNzdkMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83fa30f8-982f-4d70-924e-52efaf7d5529",
          "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": "f53f23c1-9ec2-4bef-bb75-4611a10ac9a8",
          "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": "3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1",
            "generatedFromUUID": "f53f23c1-9ec2-4bef-bb75-4611a10ac9a8"
          },
          "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": "3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "OWIxN2U5ZGNiNTZlYWMxOGNjNzdjZmQwYWM1N2IxMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "540724d0-4483-4faf-82e9-5fa5fd61509e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:53:47.400Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:53:47.400Z|94695382-3f4d-4fe9-a43e-d95f298bb3eb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f44f0d5c-6b14-441f-a655-0eaec19e468f ASDC
2022-04-17T04:53:47.401Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:787520ee-c89d-40ae-9010-fa2447c85631
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:f44f0d5c-6b14-441f-a655-0eaec19e468f
ServiceInvariantUUID:9fa35e69-7e85-438c-b4a1-09b7a3e7d869
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:540724d0-4483-4faf-82e9-5fa5fd61509e
ArtifactChecksum:OWIxN2U5ZGNiNTZlYWMxOGNjNzdjZmQwYWM1N2IxMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8990a5aa-ab10-4743-8c67-f2b98449e692
ResourceInvariantUUID:3170e352-ada1-43fb-86b3-7acad8931ed6
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:eca3cdde-f1bc-4634-9e5a-c8c37590d8f7
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:83fa30f8-982f-4d70-924e-52efaf7d5529
ArtifactChecksum:Mzk1Nzg0YThiZWU4NWM2ZDU2ZWM3ZWI3Y2YxNzdkMWU=
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:f53f23c1-9ec2-4bef-bb75-4611a10ac9a8
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:3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1
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:3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T04:53:47.404Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f44f0d5c-6b14-441f-a655-0eaec19e468f 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-04-17T04:53:47.502Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:53:47.503Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:53:47.504Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:53:47.504Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 540724d0-4483-4faf-82e9-5fa5fd61509e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-17T04:53:47.504Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:53:47.505Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-17T04:53:48.745Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:53:48.755Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 540724d0-4483-4faf-82e9-5fa5fd61509e 73653
2022-04-17T04:53:48.755Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-17T04:53:48.756Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-17T04:53:48.756Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:53:48.757Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:48.759Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:48.759Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171228755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:53:48.859Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:48.861Z||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-04-17T04:53:48.861Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:49.123Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:49.124Z||pool-75-thread-1|||||INFO|500||cambria reply ok (264 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:49.760Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:53:49.761Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:53:49.762Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 540724d0-4483-4faf-82e9-5fa5fd61509e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:49.762Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-17T04:53:49.763Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:49.763Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:49.935Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8696764352057679718/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-04-17T04:53:52.059Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:53:52.060Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:53:52.060Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:52.060Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T04:53:52.060Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:52.061Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:52.061Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:52.061Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:52.061Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:52.061Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:52.062Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:52.062Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:52.062Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-17T04:53:52.062Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:53:52.063Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.063Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.064Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:52.064Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:53:52.065Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:53:52.065Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.066Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.066Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:52.066Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:53:52.067Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:53:52.067Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.067Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.068Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.068Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-17T04:53:52.068Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-17T04:53:52.069Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-17T04:53:52.069Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-17T04:53:52.069Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:53:52.069Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:53:52.070Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.070Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:53:52.070Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.071Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:52.071Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:53:52.071Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.072Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:52.072Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:53:52.072Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.072Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:52.073Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:53:52.073Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.073Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-17T04:53:52.074Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T04:53:52.074Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:53:52.074Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e9398d23-59d9-4c8c-a941-137ec98d06e1
2022-04-17T04:53:52.075Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.075Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.075Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.075Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.075Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.076Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.076Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:52.076Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:52.077Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:f44f0d5c-6b14-441f-a655-0eaec19e468f
Model Version:NULL
Model InvariantUuid:9fa35e69-7e85-438c-b4a1-09b7a3e7d869
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:ae7df12d-c5d9-444f-9d59-fd09c76428f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3170e352-ada1-43fb-86b3-7acad8931ed6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8990a5aa-ab10-4743-8c67-f2b98449e692
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30be3046-e4e7-4fc8-91a1-0724125c863f
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:fde93a9d-f07c-44aa-8af7-27bbf6016ebc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e9398d23-59d9-4c8c-a941-137ec98d06e1
ModelInvariantUuid:e2d38744-e512-47a2-b178-b667dd025290
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:c8256589-ddf6-4fcf-8785-fa1003878103
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:24b35150-24ba-4840-a791-2efa875722c1
ModelInvariantUuid:d9cb168b-946e-4f72-8b8f-b1c86ef52ec7
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:95975d7b-2236-429a-84f4-f878e752a300
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-04-17T04:53:52.097Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: eca3cdde-f1bc-4634-9e5a-c8c37590d8f7
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-04-17T04:53:52.101Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||basicclamp 0
2022-04-17T04:53:52.102Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eca3cdde-f1bc-4634-9e5a-c8c37590d8f7
2022-04-17T04:53:52.102Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83fa30f8-982f-4d70-924e-52efaf7d5529 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-17T04:53:52.103Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:53:52.103Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-17T04:53:52.246Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:53:52.247Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 83fa30f8-982f-4d70-924e-52efaf7d5529 790
2022-04-17T04:53:52.247Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:52.247Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:52.247Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:53:52.248Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:52.251Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:52.251Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171232247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:53:52.351Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:52.353Z||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-04-17T04:53:52.353Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:52.545Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:52.546Z||pool-76-thread-1|||||INFO|500||cambria reply ok (194 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:53.252Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "30be3046-e4e7-4fc8-91a1-0724125c863f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fde93a9d-f07c-44aa-8af7-27bbf6016ebc",
    "vfModuleModelCustomizationUUID": "4e6eff0c-7d82-4d9e-a473-753aac340276",
    "isBase": true,
    "artifacts": [
      "f53f23c1-9ec2-4bef-bb75-4611a10ac9a8",
      "3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1"
    ],
    "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-04-17T04:53:53.258Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fde93a9d-f07c-44aa-8af7-27bbf6016ebc
VfModuleModelInvariantUUID:30be3046-e4e7-4fc8-91a1-0724125c863f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f53f23c1-9ec2-4bef-bb75-4611a10ac9a8
,
3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1

}
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-04-17T04:53:53.260Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "30be3046-e4e7-4fc8-91a1-0724125c863f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fde93a9d-f07c-44aa-8af7-27bbf6016ebc",
    "vfModuleModelCustomizationUUID": "4e6eff0c-7d82-4d9e-a473-753aac340276",
    "isBase": true,
    "artifacts": [
      "f53f23c1-9ec2-4bef-bb75-4611a10ac9a8",
      "3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1"
    ],
    "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-04-17T04:53:53.261Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fde93a9d-f07c-44aa-8af7-27bbf6016ebc
VfModuleModelInvariantUUID:30be3046-e4e7-4fc8-91a1-0724125c863f
VfModuleModelDescription:NULL
Artifacts UUID List:{
f53f23c1-9ec2-4bef-bb75-4611a10ac9a8
,
3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1

}
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-04-17T04:53:53.261Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f53f23c1-9ec2-4bef-bb75-4611a10ac9a8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:53:53.261Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:53:53.261Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-17T04:53:53.458Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:53:53.459Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f53f23c1-9ec2-4bef-bb75-4611a10ac9a8 5033
2022-04-17T04:53:53.460Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:53.460Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:53.460Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:53:53.461Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:53.466Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:53.467Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171233460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:53:53.564Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-17T04:53:53.565Z||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-04-17T04:53:53.565Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:53.987Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:53.987Z||pool-77-thread-1|||||INFO|500||cambria reply ok (422 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:54.475Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-17T04:53:54.476Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:53:54.477Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-17T04:53:54.759Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:53:54.760Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3f9d2b8e-8e4c-4c79-8cf0-e05cdb0aabf1 909
2022-04-17T04:53:54.761Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:54.761Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:54.761Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:53:54.761Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:54.770Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:54.770Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171234761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:53:54.870Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:54.871Z||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-04-17T04:53:54.872Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:55.034Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:55.036Z||pool-78-thread-1|||||INFO|500||cambria reply ok (165 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:55.771Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f44f0d5c-6b14-441f-a655-0eaec19e468f
2022-04-17T04:53:55.771Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 eca3cdde-f1bc-4634-9e5a-c8c37590d8f7 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-04-17T04:53:55.786Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67d8c469, org.onap.sdc.toscaparser.api.parameters.Input@204876f2, org.onap.sdc.toscaparser.api.parameters.Input@4e1e17e8, org.onap.sdc.toscaparser.api.parameters.Input@20c87576, org.onap.sdc.toscaparser.api.parameters.Input@192168a]
2022-04-17T04:53:55.788Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.788Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.788Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T04:53:55.788Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8990a5aa-ab10-4743-8c67-f2b98449e692
2022-04-17T04:53:55.788Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8990a5aa-ab10-4743-8c67-f2b98449e692 matches Tosca VF Customization UUID: 8990a5aa-ab10-4743-8c67-f2b98449e692
2022-04-17T04:53:55.789Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8990a5aa-ab10-4743-8c67-f2b98449e692  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-04-17T04:53:55.792Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.792Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.793Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8990a5aa-ab10-4743-8c67-f2b98449e692: {\"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-04-17T04:53:55.793Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f115873
2022-04-17T04:53:55.793Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.794Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:53:55.794Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e6eff0c-7d82-4d9e-a473-753aac340276
2022-04-17T04:53:55.794Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e6eff0c-7d82-4d9e-a473-753aac340276
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-04-17T04:53:55.797Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.797Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:55.797Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:53:55.798Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.798Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:55.798Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:53:55.798Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.798Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-17T04:53:55.798Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-17T04:53:55.799Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-17T04:53:55.799Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e9398d23-59d9-4c8c-a941-137ec98d06e1
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-04-17T04:53:55.801Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.801Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:55.801Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:53:55.802Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.802Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-17T04:53:55.802Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8990a5aa-ab10-4743-8c67-f2b98449e692
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-04-17T04:53:55.804Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.804Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.805Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f44f0d5c-6b14-441f-a655-0eaec19e468f: basicclamp
2022-04-17T04:53:55.805Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.805Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.805Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.806Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.806Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.806Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.806Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.806Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.806Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:53:55.807Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:53:55.807Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:55.924Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp eca3cdde-f1bc-4634-9e5a-c8c37590d8f7 1 ASDC deployResourceStructure
2022-04-17T04:53:55.925Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:55.925Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:55.925Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:53:55.926Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:55.928Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:55.928Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171235925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:53:56.028Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-04-17T04:53:56.029Z||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-04-17T04:53:56.030Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:56.044Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:56.045Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:56.952Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:56.953Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:56.954Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:53:56.954Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:56.959Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:56.960Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171236951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:53:57.060Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:57.062Z||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-04-17T04:53:57.063Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:57.366Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:57.368Z||pool-80-thread-1|||||INFO|500||cambria reply ok (307 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:53:57.963Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:57.963Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||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-04-17T04:53:57.963Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:53:57.963Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:57.967Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:57.967Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171237963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:53:58.066Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:53:58.071Z||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-04-17T04:53:58.071Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:58.315Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:58.316Z||pool-81-thread-1|||||INFO|500||cambria reply ok (249 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:58.968Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-17T04:53:58.969Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-17T04:53:58.969Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:53:58.969Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:53:58.971Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:53:58.971Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171238968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:53:59.072Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:53:59.073Z||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-04-17T04:53:59.073Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:53:59.163Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:53:59.165Z||pool-82-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:53:59.973Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:53:59.987Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:53:59.991Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:53:59.991Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:53:59.992Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:53:59.992Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:54:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:54:28.151Z||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-04-17T04:54:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:54:28.213Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:54:28.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:54:28.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171208206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:54:28.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:54:29.992Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:54:30.007Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:54:30.011Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:54:30.011Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:54:30.012Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:54:30.012Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:55:00.012Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:55:00.027Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:55:00.031Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:55:00.031Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:55:00.031Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:55:00.031Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:55:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:55:28.152Z||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-04-17T04:55:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:55:28.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:55:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:55:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171208620,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:55:28.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:55:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:55:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171208396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:55:28.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:55:30.041Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:55:30.059Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:55:30.063Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:55:30.063Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:55:30.063Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:55:30.063Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:56:00.066Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:56:00.085Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:56:00.089Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:56:00.089Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:56:00.089Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:56:00.089Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:56:28.153Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:56:28.157Z||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-04-17T04:56:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:56:28.936Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:56:28.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:28.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:28.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:28.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:28.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "dcae-sch",
  "timestamp": 1650171200103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:28.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:28.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171209433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:28.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:28.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171200811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:56:28.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:28.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/resourceInstances/pnfd3b2470538740/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:28.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:28.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:28.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171210438,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:56:29.006Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b88a0c8b-0e1c-4575-ba74-ef48318d5b55
2022-04-17T04:56:29.007Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0c8b-0e1c-4575-ba74-ef48318d5b55 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-04-17T04:56:29.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:29.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171211049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:56:29.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171210909,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.038Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171204070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:56:29.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "cds",
  "timestamp": 1650171211956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-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-04-17T04:56:29.065Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b88a0c8b-0e1c-4575-ba74-ef48318d5b55
2022-04-17T04:56:29.067Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0c8b-0e1c-4575-ba74-ef48318d5b55 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-04-17T04:56:29.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171213130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171214135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "policy-id",
  "timestamp": 1650171215138,
  "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-04-17T04:56:29.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b88a0c8b-0e1c-4575-ba74-ef48318d5b55
2022-04-17T04:56:29.126Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0c8b-0e1c-4575-ba74-ef48318d5b55 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-04-17T04:56:29.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171215723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171216306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "aai-ml",
  "timestamp": 1650171216730,
  "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-04-17T04:56:29.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b88a0c8b-0e1c-4575-ba74-ef48318d5b55
2022-04-17T04:56:29.193Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0c8b-0e1c-4575-ba74-ef48318d5b55 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-04-17T04:56:29.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171218176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLnao4wuiwofjx49uhks6/1.0/artifacts/service-DemoPnfLnao4wuiwofjx49uhks6-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94695382-3f4d-4fe9-a43e-d95f298bb3eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171218300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b88a0c8b-0e1c-4575-ba74-ef48318d5b55",
  "consumerID": "clamp",
  "timestamp": 1650171219180,
  "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-04-17T04:56:29.218Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b88a0c8b-0e1c-4575-ba74-ef48318d5b55
2022-04-17T04:56:29.219Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0c8b-0e1c-4575-ba74-ef48318d5b55 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-04-17T04:56:29.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:29.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:29.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:56:29.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:56:29.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:29.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-17T04:56:29.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:56:29.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:56:29.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:56:29.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171228755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171232247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171233460,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171234761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:56:29.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171235925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171236951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.273Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171237963,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:29.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:56:29.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171238968,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:56:29.275Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:56:30.090Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:56:30.106Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:56:30.109Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:56:30.109Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:56:30.109Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:56:30.109Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:57:00.110Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:57:00.123Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:57:00.129Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:57:00.129Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:57:00.129Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:57:00.129Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:57:28.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:57:28.152Z||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-04-17T04:57:28.158Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:57:30.129Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:57:30.135Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@10d9242f ((conn=1360) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-17T04:57:30.139Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@499b504d ((conn=1361) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:57:30.157Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:57:30.163Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:57:30.164Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:57:30.164Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:57:30.164Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:57:35.114Z||http-nio-8085-exec-5|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@73d886f ((conn=1350) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-17T04:57:35.118Z||http-nio-8085-exec-5|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1c552619 ((conn=1357) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-17T04:57:35.120Z||http-nio-8085-exec-5|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@798ec1f9 ((conn=1375) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-17T04:57:37.938Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:58:00.165Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
2022-04-17T04:58:00.166Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@50074f44 ((conn=1369) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:58:00.176Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:58:00.179Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:58:00.179Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:58:00.179Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:58:00.179Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:58:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:58:28.151Z||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-04-17T04:58:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:58:28.817Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:58:28.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171472809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171470806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171479036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171484788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171486871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "cds",
  "timestamp": 1650171485982,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-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-04-17T04:58:28.858Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 23d9cfed-8f66-4549-887b-2cf7a18c91ff
2022-04-17T04:58:28.858Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d9cfed-8f66-4549-887b-2cf7a18c91ff 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-04-17T04:58:28.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171487938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.872Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "dcae-sch",
  "timestamp": 1650171480093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171489119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.873Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171490152,
  "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-04-17T04:58:28.883Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23d9cfed-8f66-4549-887b-2cf7a18c91ff
2022-04-17T04:58:28.883Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d9cfed-8f66-4549-887b-2cf7a18c91ff 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-04-17T04:58:28.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171491161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:58:28.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171484070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171492098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171493109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "policy-id",
  "timestamp": 1650171494112,
  "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-04-17T04:58:28.909Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 23d9cfed-8f66-4549-887b-2cf7a18c91ff
2022-04-17T04:58:28.909Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d9cfed-8f66-4549-887b-2cf7a18c91ff 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-04-17T04:58:28.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171490656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171491287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vfwc385887816560_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171498974,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171499412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/resourceInstances/vfwc385887816560/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171496890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171503648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T04:58:28.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:58:30.179Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:58:30.190Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:58:30.193Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:58:30.193Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:58:30.193Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:58:30.193Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:59:00.193Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T04:59:00.201Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 787520ee-c89d-40ae-9010-fa2447c85631 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-04-17T04:59:00.207Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 787520ee-c89d-40ae-9010-fa2447c85631 and serviceModelVersionId: f44f0d5c-6b14-441f-a655-0eaec19e468f
2022-04-17T04:59:00.208Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fa35e69-7e85-438c-b4a1-09b7a3e7d869
2022-04-17T04:59:00.209Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0
2022-04-17T04:59:00.218Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T04:59:00.303Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0|INFO|500||Invoke
2022-04-17T04:59:00.303Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[787520ee-c89d-40ae-9010-fa2447c85631], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d96b309b-784a-4aa6-8ca0-b0e00e0e53a6], X-ECOMP-RequestID=[787520ee-c89d-40ae-9010-fa2447c85631], X-TransactionId=[], X-ONAP-RequestID=[787520ee-c89d-40ae-9010-fa2447c85631], Content-Type=[application/merge-patch+json]}
2022-04-17T04:59:00.336Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T04:59:00.789Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?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/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-04:59:00:774-63839], vertex-id=[397360], Content-Length=[0], Date=[Sun, 17 Apr 2022 04:59:00 GMT], Content-Type=[application/json]}
2022-04-17T04:59:00.790Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-17T04:59:00.791Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fa35e69-7e85-438c-b4a1-09b7a3e7d869/model-vers/model-ver/f44f0d5c-6b14-441f-a655-0eaec19e468f?depth=0|INFO|500||InvokeReturn
2022-04-17T04:59:00.793Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T04:59:00.793Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T04:59:00.799Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T04:59:00.799Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 787520ee-c89d-40ae-9010-fa2447c85631 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T04:59:00.799Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T04:59:00.800Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:00.804Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:00.804Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171540799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:59:00.904Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:00.906Z||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-04-17T04:59:00.906Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:00.963Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:00.964Z||pool-83-thread-1|||||INFO|500||cambria reply ok (60 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-04-17T04:59:01.831Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T04:59:01.831Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d922b847-624a-43bf-a815-522d5d4c94f5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"05d35f70-7b16-452b-ba74-2e3371fb3a7c","serviceDescription":"service","serviceInvariantUUID":"0be152a1-4e85-4f56-891f-0d356ede28f6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4db5e8cb-5575-4050-a776-07bdbd1a86cb","resourceInvariantUUID":"2c584abb-7287-43c5-a160-0500c09cca21","resourceCustomizationUUID":"39e97239-ecf9-4776-9f42-3599c1b88ef0","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":"OThjNzZiZmNkMWMwYmYxNGI0ZjU1MTIyYTRjMzk2NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53ec2263-5793-4c1e-9f8d-7b502d51c62b","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":"48ecc41f-b6c8-4792-8fb8-b6a22be6f1ef","artifactVersion":"2","generatedFromUUID":"92b0363f-49e1-41b1-8522-ff40dea70f91"},{"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":"92b0363f-49e1-41b1-8522-ff40dea70f91","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":"YTk0NDEyZTE4ZjM4M2ViNDU1NWVhYTRiYjQ0MmExOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0465b5cc-150a-419e-95f8-4d47a858f7b3","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":"3825a11f-66e7-4f8d-bbde-905338feaf82","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":"9568be09-2463-42c2-8c88-52ff7e683c55","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":"ee586142-7d66-49a2-8709-0673aa7952a0","artifactVersion":"2","generatedFromUUID":"3825a11f-66e7-4f8d-bbde-905338feaf82"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjI2YzhhODNjYzRmYjcxNDNiZGUzMDQyNGNiYmYzNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ab4dc62-47a6-455b-a872-046044a00d5b","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDMwNGQ3NzAyYmNjOTNhMWRkZGQyZWI4YmVjZGM1Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac4aa6d1-36b1-4d73-a3eb-4c42926a20eb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T04:59:01.832Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:01.833Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:01.835Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:01.835Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:59:01.945Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-17T04:59:01.946Z||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-04-17T04:59:01.947Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:01.971Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:01.972Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:02.836Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:02.837Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:02.842Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:02.842Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-17T04:59:02.942Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:02.943Z||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-04-17T04:59:02.943Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:02.980Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:02.981Z||pool-85-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:03.843Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:03.844Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:03.847Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:03.847Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-17T04:59:03.948Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:03.949Z||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-04-17T04:59:03.949Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:03.981Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:03.982Z||pool-86-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:04.848Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:04.849Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:04.853Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:04.853Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:59:04.953Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:04.955Z||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-04-17T04:59:04.955Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:04.968Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:04.969Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:05.855Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:05.857Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:05.859Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:05.860Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:59:05.960Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:05.961Z||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-04-17T04:59:05.961Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:05.983Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:05.984Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:06.861Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:06.862Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:06.865Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:06.865Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:59:06.965Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:06.966Z||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-04-17T04:59:06.967Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:07.072Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:07.073Z||pool-89-thread-1|||||INFO|500||cambria reply ok (107 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:07.865Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:07.866Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:07.870Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:07.870Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-17T04:59:07.969Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:07.970Z||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-04-17T04:59:07.970Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:07.982Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:07.982Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:08.871Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:08.872Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:08.875Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:08.875Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:59:08.975Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:08.976Z||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-04-17T04:59:08.976Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:08.994Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:08.995Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:59:09.876Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T04:59:09.877Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:09.881Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:09.881Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:59:09.980Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:09.981Z||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-04-17T04:59:09.981Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:10.022Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:10.024Z||pool-92-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:10.882Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "05d35f70-7b16-452b-ba74-2e3371fb3a7c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0be152a1-4e85-4f56-891f-0d356ede28f6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "39e97239-ecf9-4776-9f42-3599c1b88ef0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4db5e8cb-5575-4050-a776-07bdbd1a86cb",
      "resourceInvariantUUID": "2c584abb-7287-43c5-a160-0500c09cca21",
      "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": "48ecc41f-b6c8-4792-8fb8-b6a22be6f1ef",
          "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": "92b0363f-49e1-41b1-8522-ff40dea70f91",
          "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": "YTk0NDEyZTE4ZjM4M2ViNDU1NWVhYTRiYjQ0MmExOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0465b5cc-150a-419e-95f8-4d47a858f7b3",
          "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": "3825a11f-66e7-4f8d-bbde-905338feaf82",
          "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": "ee586142-7d66-49a2-8709-0673aa7952a0",
            "generatedFromUUID": "3825a11f-66e7-4f8d-bbde-905338feaf82"
          },
          "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": "ee586142-7d66-49a2-8709-0673aa7952a0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDMwNGQ3NzAyYmNjOTNhMWRkZGQyZWI4YmVjZGM1Nzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac4aa6d1-36b1-4d73-a3eb-4c42926a20eb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T04:59:10.887Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T04:59:10.887Z|787520ee-c89d-40ae-9010-fa2447c85631|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 05d35f70-7b16-452b-ba74-2e3371fb3a7c ASDC
2022-04-17T04:59:10.888Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d922b847-624a-43bf-a815-522d5d4c94f5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:05d35f70-7b16-452b-ba74-2e3371fb3a7c
ServiceInvariantUUID:0be152a1-4e85-4f56-891f-0d356ede28f6
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:ac4aa6d1-36b1-4d73-a3eb-4c42926a20eb
ArtifactChecksum:MDMwNGQ3NzAyYmNjOTNhMWRkZGQyZWI4YmVjZGM1Nzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:39e97239-ecf9-4776-9f42-3599c1b88ef0
ResourceInvariantUUID:2c584abb-7287-43c5-a160-0500c09cca21
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4db5e8cb-5575-4050-a776-07bdbd1a86cb
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:48ecc41f-b6c8-4792-8fb8-b6a22be6f1ef
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:92b0363f-49e1-41b1-8522-ff40dea70f91
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:0465b5cc-150a-419e-95f8-4d47a858f7b3
ArtifactChecksum:YTk0NDEyZTE4ZjM4M2ViNDU1NWVhYTRiYjQ0MmExOTY=
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:3825a11f-66e7-4f8d-bbde-905338feaf82
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:ee586142-7d66-49a2-8709-0673aa7952a0
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:ee586142-7d66-49a2-8709-0673aa7952a0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T04:59:10.888Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05d35f70-7b16-452b-ba74-2e3371fb3a7c 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-04-17T04:59:10.966Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:59:10.967Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:59:10.967Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:59:10.968Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac4aa6d1-36b1-4d73-a3eb-4c42926a20eb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-17T04:59:10.969Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:59:10.980Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-17T04:59:11.863Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:59:11.868Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ac4aa6d1-36b1-4d73-a3eb-4c42926a20eb 68928
2022-04-17T04:59:11.868Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-17T04:59:11.869Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-17T04:59:11.869Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:59:11.869Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:11.873Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:11.873Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171551868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:11.973Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T04:59:11.975Z||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-04-17T04:59:11.975Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:12.002Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:12.004Z||pool-93-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:12.874Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T04:59:12.876Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T04:59:12.877Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ac4aa6d1-36b1-4d73-a3eb-4c42926a20eb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T04:59:12.877Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-17T04:59:12.878Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T04:59:12.878Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T04:59:13.174Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5896719529454508791/Definitions/service-BasicCnf-template.yml
2022-04-17T04:59:15.477Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T04:59:15.478Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:59:15.478Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T04:59:15.479Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-17T04:59:15.479Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:15.479Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:15.479Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-17T04:59:15.479Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:15.480Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T04:59:15.480Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.481Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.481Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:15.481Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:59:15.482Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:59:15.482Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.482Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.483Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:15.483Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T04:59:15.483Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T04:59:15.484Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.484Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.484Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.485Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-17T04:59:15.485Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-17T04:59:15.485Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-17T04:59:15.486Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T04:59:15.486Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.486Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:59:15.486Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.487Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:15.487Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:59:15.488Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.488Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:15.488Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:59:15.488Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.489Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:15.489Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:59:15.489Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.490Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-17T04:59:15.490Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-17T04:59:15.490Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4a4ce367-b212-47e9-9bf7-9bd4b0022e05
2022-04-17T04:59:15.491Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.491Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.492Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.492Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.492Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.493Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.493Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:15.493Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:15.493Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:05d35f70-7b16-452b-ba74-2e3371fb3a7c
Model Version:NULL
Model InvariantUuid:0be152a1-4e85-4f56-891f-0d356ede28f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e061a0ab-6041-4d82-865a-e5498ff53c33
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c584abb-7287-43c5-a160-0500c09cca21
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:39e97239-ecf9-4776-9f42-3599c1b88ef0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5cf1fbc-b9a3-484e-a751-ce314f807119
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:f2c97701-1ecd-4804-9241-c714590d4fd1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4a4ce367-b212-47e9-9bf7-9bd4b0022e05
ModelInvariantUuid:c18ca0fd-e1d6-47f1-bda6-63ef7e027ece
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4f571a41-3030-4c7e-bbea-39a1da3d9366
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:65a4c47d-0c03-48e3-b4a7-22d9e6d233d2
ModelInvariantUuid:5ec742fe-462a-4508-92aa-7a18fbab61a2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:22d7b276-e13d-4b16-a39a-f0e05aa7af28
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-04-17T04:59:15.502Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4db5e8cb-5575-4050-a776-07bdbd1a86cb
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-04-17T04:59:15.506Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-04-17T04:59:15.508Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4db5e8cb-5575-4050-a776-07bdbd1a86cb
2022-04-17T04:59:15.509Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 48ecc41f-b6c8-4792-8fb8-b6a22be6f1ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-17T04:59:15.509Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:59:15.510Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:16.057Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:59:16.058Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 48ecc41f-b6c8-4792-8fb8-b6a22be6f1ef 12
2022-04-17T04:59:16.059Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:16.059Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:16.059Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:59:16.060Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:16.062Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:16.062Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171556059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:16.171Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-17T04:59:16.172Z||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-04-17T04:59:16.172Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:16.184Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:16.185Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:17.067Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92b0363f-49e1-41b1-8522-ff40dea70f91 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-17T04:59:17.068Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:59:17.068Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:17.345Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:59:17.345Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 92b0363f-49e1-41b1-8522-ff40dea70f91 2688
2022-04-17T04:59:17.346Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:17.346Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:17.346Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:59:17.347Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:17.350Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:17.350Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171557346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:17.452Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:59:17.453Z||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-04-17T04:59:17.453Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:17.502Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:17.504Z||pool-95-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:18.352Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0465b5cc-150a-419e-95f8-4d47a858f7b3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-17T04:59:18.357Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:59:18.357Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:18.659Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:59:18.660Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0465b5cc-150a-419e-95f8-4d47a858f7b3 828
2022-04-17T04:59:18.661Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:18.661Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:18.661Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:59:18.662Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:18.665Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:18.665Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171558660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:18.765Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:18.766Z||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-04-17T04:59:18.766Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:18.800Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:18.801Z||pool-96-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:19.666Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a5cf1fbc-b9a3-484e-a751-ce314f807119",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2c97701-1ecd-4804-9241-c714590d4fd1",
    "vfModuleModelCustomizationUUID": "eed92415-96d5-4ccf-a04b-f5f211f29157",
    "isBase": true,
    "artifacts": [
      "3825a11f-66e7-4f8d-bbde-905338feaf82",
      "92b0363f-49e1-41b1-8522-ff40dea70f91",
      "ee586142-7d66-49a2-8709-0673aa7952a0"
    ],
    "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-04-17T04:59:19.673Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2c97701-1ecd-4804-9241-c714590d4fd1
VfModuleModelInvariantUUID:a5cf1fbc-b9a3-484e-a751-ce314f807119
VfModuleModelDescription:NULL
Artifacts UUID List:{
3825a11f-66e7-4f8d-bbde-905338feaf82
,
92b0363f-49e1-41b1-8522-ff40dea70f91
,
ee586142-7d66-49a2-8709-0673aa7952a0

}
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-04-17T04:59:19.676Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a5cf1fbc-b9a3-484e-a751-ce314f807119",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2c97701-1ecd-4804-9241-c714590d4fd1",
    "vfModuleModelCustomizationUUID": "eed92415-96d5-4ccf-a04b-f5f211f29157",
    "isBase": true,
    "artifacts": [
      "3825a11f-66e7-4f8d-bbde-905338feaf82",
      "92b0363f-49e1-41b1-8522-ff40dea70f91",
      "ee586142-7d66-49a2-8709-0673aa7952a0"
    ],
    "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-04-17T04:59:19.676Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f2c97701-1ecd-4804-9241-c714590d4fd1
VfModuleModelInvariantUUID:a5cf1fbc-b9a3-484e-a751-ce314f807119
VfModuleModelDescription:NULL
Artifacts UUID List:{
3825a11f-66e7-4f8d-bbde-905338feaf82
,
92b0363f-49e1-41b1-8522-ff40dea70f91
,
ee586142-7d66-49a2-8709-0673aa7952a0

}
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-04-17T04:59:19.677Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3825a11f-66e7-4f8d-bbde-905338feaf82 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-17T04:59:19.677Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:59:19.677Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:19.949Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:59:19.958Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3825a11f-66e7-4f8d-bbde-905338feaf82 1164
2022-04-17T04:59:19.958Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:19.959Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:19.959Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:59:19.961Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:19.965Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:19.966Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171559958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:20.066Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:20.068Z||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-04-17T04:59:20.068Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:20.169Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:20.169Z||pool-97-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:20.968Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee586142-7d66-49a2-8709-0673aa7952a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-17T04:59:20.969Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T04:59:20.969Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:21.256Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T04:59:21.257Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ee586142-7d66-49a2-8709-0673aa7952a0 200
2022-04-17T04:59:21.257Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:21.257Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:21.258Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T04:59:21.258Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:21.266Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:21.267Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171561257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:21.370Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-17T04:59:21.371Z||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-04-17T04:59:21.371Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:21.411Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:21.413Z||pool-98-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:22.267Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 05d35f70-7b16-452b-ba74-2e3371fb3a7c
2022-04-17T04:59:22.268Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4db5e8cb-5575-4050-a776-07bdbd1a86cb ASDC
2022-04-17T04:59:22.286Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-04-17T04:59:22.307Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@208515f4, org.onap.sdc.toscaparser.api.parameters.Input@5a944105, org.onap.sdc.toscaparser.api.parameters.Input@1d2ae9e1, org.onap.sdc.toscaparser.api.parameters.Input@3b858a2c, org.onap.sdc.toscaparser.api.parameters.Input@33a7021d]
2022-04-17T04:59:22.309Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.309Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.309Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T04:59:22.309Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 39e97239-ecf9-4776-9f42-3599c1b88ef0
2022-04-17T04:59:22.310Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39e97239-ecf9-4776-9f42-3599c1b88ef0 matches Tosca VF Customization UUID: 39e97239-ecf9-4776-9f42-3599c1b88ef0
2022-04-17T04:59:22.310Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 39e97239-ecf9-4776-9f42-3599c1b88ef0  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-04-17T04:59:22.313Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.314Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.315Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 39e97239-ecf9-4776-9f42-3599c1b88ef0: {\"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-04-17T04:59:22.315Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16af5286
2022-04-17T04:59:22.315Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.316Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T04:59:22.316Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eed92415-96d5-4ccf-a04b-f5f211f29157
2022-04-17T04:59:22.317Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eed92415-96d5-4ccf-a04b-f5f211f29157
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-04-17T04:59:22.321Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.322Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:22.322Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:59:22.322Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.323Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:22.323Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:59:22.323Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.323Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-17T04:59:22.324Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-17T04:59:22.324Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4a4ce367-b212-47e9-9bf7-9bd4b0022e05
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-04-17T04:59:22.327Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.328Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:22.328Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T04:59:22.328Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.329Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-17T04:59:22.329Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=39e97239-ecf9-4776-9f42-3599c1b88ef0
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-04-17T04:59:22.332Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.332Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.333Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 05d35f70-7b16-452b-ba74-2e3371fb3a7c: basic_cnf
2022-04-17T04:59:22.333Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.333Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T04:59:22.334Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T04:59:22.335Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:22.513Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4db5e8cb-5575-4050-a776-07bdbd1a86cb 1 ASDC deployResourceStructure
2022-04-17T04:59:22.515Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:22.516Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:22.516Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-17T04:59:22.516Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:22.519Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:22.519Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171562515,
  "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-04-17T04:59:22.621Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T04:59:22.622Z||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-04-17T04:59:22.623Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:22.638Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:22.639Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:23.521Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:23.521Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:23.521Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-17T04:59:23.522Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:23.525Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:23.525Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171563520,
  "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-04-17T04:59:23.626Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:23.627Z||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-04-17T04:59:23.627Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:23.640Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:23.641Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:59:24.526Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:24.527Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:24.527Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:59:24.527Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:24.530Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:24.530Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171564526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:24.630Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:24.631Z||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-04-17T04:59:24.631Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:24.650Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:24.651Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:25.533Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:25.533Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:25.534Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:59:25.534Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:25.536Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:25.536Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171565533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:25.638Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T04:59:25.639Z||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-04-17T04:59:25.639Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:25.660Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:25.661Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:26.538Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:26.538Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||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-04-17T04:59:26.538Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:59:26.538Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:26.541Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:26.541Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171566538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:26.641Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:26.642Z||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-04-17T04:59:26.642Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:26.679Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:26.680Z||pool-103-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-04-17T04:59:27.541Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-17T04:59:27.542Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-17T04:59:27.542Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T04:59:27.542Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T04:59:27.548Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T04:59:27.548Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171567541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:27.648Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T04:59:27.650Z||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-04-17T04:59:27.650Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:27.669Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:27.671Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T04:59:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T04:59:28.151Z||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-04-17T04:59:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T04:59:28.550Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:59:28.562Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:59:28.564Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:59:28.564Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:59:28.564Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:59:28.564Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T04:59:28.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T04:59:28.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171516724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:28.820Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171517225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "aai-ml",
  "timestamp": 1650171517729,
  "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-04-17T04:59:28.827Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 23d9cfed-8f66-4549-887b-2cf7a18c91ff
2022-04-17T04:59:28.827Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d9cfed-8f66-4549-887b-2cf7a18c91ff 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-04-17T04:59:28.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171519237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417045451/1.0/artifacts/service-Vfw20220417045451-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:28.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "23d9cfed-8f66-4549-887b-2cf7a18c91ff",
  "consumerID": "clamp",
  "timestamp": 1650171520241,
  "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-04-17T04:59:28.857Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 23d9cfed-8f66-4549-887b-2cf7a18c91ff
2022-04-17T04:59:28.857Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 23d9cfed-8f66-4549-887b-2cf7a18c91ff 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-04-17T04:59:28.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.874Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "787520ee-c89d-40ae-9010-fa2447c85631",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171540799,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T04:59:28.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-17T04:59:28.876Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T04:59:28.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T04:59:28.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171551868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171556059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171557346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171558660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171559958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171561257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171562515,
  "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-04-17T04:59:28.879Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171563520,
  "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-04-17T04:59:28.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171564526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171565533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171566538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:28.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:28.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T04:59:28.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171567541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T04:59:28.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T04:59:58.565Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T04:59:58.587Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T04:59:58.591Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T04:59:58.591Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T04:59:58.592Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T04:59:58.592Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:00:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:00:28.151Z||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-04-17T05:00:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:00:28.592Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:00:28.613Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:00:28.617Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:00:28.617Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:00:28.617Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:00:28.617Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:00:37.831Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:00:58.618Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:00:58.632Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:00:58.637Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:00:58.637Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:00:58.637Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:00:58.637Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:01:28.164Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:01:28.165Z||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-04-17T05:01:28.166Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:01:28.638Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:01:28.681Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:01:28.684Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:01:28.685Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:01:28.685Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:01:28.685Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:01:37.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:01:58.686Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:01:58.698Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:01:58.703Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:01:58.704Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:01:58.704Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:01:58.704Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:02:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:02:28.151Z||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-04-17T05:02:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:02:28.704Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:02:28.716Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:02:28.718Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:02:28.719Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:02:28.719Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:02:28.719Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:02:37.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:02:58.719Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:02:58.730Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:02:58.738Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:02:58.739Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:02:58.739Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:02:58.739Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:03:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:03:28.151Z||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-04-17T05:03:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:03:28.739Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:03:28.760Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:03:28.763Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:03:28.763Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:03:28.764Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:03:28.764Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:03:28.805Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:03:28.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171752809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650171759036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171755803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171767649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171767148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171760654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "dcae-sch",
  "timestamp": 1650171760092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171768690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:03:28.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171761286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "cds",
  "timestamp": 1650171768166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-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-04-17T05:03:28.853Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40f38cb5-a384-4a0d-b7f7-a74f17fcd578
2022-04-17T05:03:28.853Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f38cb5-a384-4a0d-b7f7-a74f17fcd578 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-04-17T05:03:28.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171769654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:03:28.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650171769695,
  "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-04-17T05:03:28.878Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 40f38cb5-a384-4a0d-b7f7-a74f17fcd578
2022-04-17T05:03:28.879Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f38cb5-a384-4a0d-b7f7-a74f17fcd578 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-04-17T05:03:28.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171770297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:03:28.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171764070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650171772059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/resourceInstances/pnfa6189f741f460/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171772997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:03:28.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171774001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171766891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "policy-id",
  "timestamp": 1650171775006,
  "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-04-17T05:03:28.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40f38cb5-a384-4a0d-b7f7-a74f17fcd578
2022-04-17T05:03:28.902Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f38cb5-a384-4a0d-b7f7-a74f17fcd578 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-04-17T05:03:28.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171779307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:03:28.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171779534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:03:28.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "aai-ml",
  "timestamp": 1650171780540,
  "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-04-17T05:03:28.922Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40f38cb5-a384-4a0d-b7f7-a74f17fcd578
2022-04-17T05:03:28.922Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f38cb5-a384-4a0d-b7f7-a74f17fcd578 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-04-17T05:03:28.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171782311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXylec6gjzofhympyzzkb/1.0/artifacts/service-DemoPnfXylec6gjzofhympyzzkb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:03:28.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:03:28.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:03:28.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40f38cb5-a384-4a0d-b7f7-a74f17fcd578",
  "consumerID": "clamp",
  "timestamp": 1650171783316,
  "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-04-17T05:03:28.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40f38cb5-a384-4a0d-b7f7-a74f17fcd578
2022-04-17T05:03:28.942Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40f38cb5-a384-4a0d-b7f7-a74f17fcd578 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-04-17T05:03:58.764Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:03:58.777Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:03:58.795Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:03:58.795Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:03:58.796Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:03:58.796Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:04:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:04:28.151Z||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-04-17T05:04:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:28.796Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T05:04:28.797Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d922b847-624a-43bf-a815-522d5d4c94f5 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-04-17T05:04:28.803Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d922b847-624a-43bf-a815-522d5d4c94f5 and serviceModelVersionId: 05d35f70-7b16-452b-ba74-2e3371fb3a7c
2022-04-17T05:04:28.804Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0be152a1-4e85-4f56-891f-0d356ede28f6
2022-04-17T05:04:28.805Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0be152a1-4e85-4f56-891f-0d356ede28f6/model-vers/model-ver/05d35f70-7b16-452b-ba74-2e3371fb3a7c?depth=0
2022-04-17T05:04:28.811Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T05:04:28.874Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0be152a1-4e85-4f56-891f-0d356ede28f6/model-vers/model-ver/05d35f70-7b16-452b-ba74-2e3371fb3a7c?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-04-17T05:04:28.876Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0be152a1-4e85-4f56-891f-0d356ede28f6/model-vers/model-ver/05d35f70-7b16-452b-ba74-2e3371fb3a7c?depth=0|INFO|500||Invoke
2022-04-17T05:04:28.908Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0be152a1-4e85-4f56-891f-0d356ede28f6/model-vers/model-ver/05d35f70-7b16-452b-ba74-2e3371fb3a7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T05:04:29.300Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0be152a1-4e85-4f56-891f-0d356ede28f6/model-vers/model-ver/05d35f70-7b16-452b-ba74-2e3371fb3a7c?depth=0|INFO|500||InvokeReturn
2022-04-17T05:04:29.301Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0be152a1-4e85-4f56-891f-0d356ede28f6/model-vers/model-ver/05d35f70-7b16-452b-ba74-2e3371fb3a7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-05:04:29:375-73417], vertex-id=[516248], Content-Length=[0], Date=[Sun, 17 Apr 2022 05:04:29 GMT], Content-Type=[application/json]}
2022-04-17T05:04:29.303Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T05:04:29.303Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T05:04:29.303Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T05:04:29.316Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T05:04:29.317Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d922b847-624a-43bf-a815-522d5d4c94f5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T05:04:29.317Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T05:04:29.318Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:29.320Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:29.320Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171869317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:04:29.421Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:04:29.422Z||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-04-17T05:04:29.422Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:29.441Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:29.442Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:30.096Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:30.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:04:30.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d922b847-624a-43bf-a815-522d5d4c94f5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171869317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:04:30.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T05:04:30.345Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T05:04:30.346Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b64b368-ebbd-4f1d-a999-0543454f76d3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c58304bb-f250-40bf-8ece-81740d50d331","serviceDescription":"service","serviceInvariantUUID":"82b40388-c1fe-4209-8c8c-407a468ae2cd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f308a8ac-4401-4db8-8fe6-98e740d01761","resourceInvariantUUID":"d854d5c2-f299-4405-a89b-adc3309550eb","resourceCustomizationUUID":"47362d4c-850f-403f-9086-9636406e288c","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":"ZTNhNmIzYzBhY2M5YTRlYzk3MjBhNTdjOGZhZmFjNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90f067a9-ae14-4bed-b905-936d0147f76d","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":"Mjc1OTQ5OTUxZTJiNzlmZGVkMDYwYzBhODUyNDM2MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd44dd5f-2530-4345-97a1-e2e3fe25661d","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":"8c409eba-a21d-448a-a6ca-93aa1da17edc","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":"9780901a-ed4d-48e8-8c78-fc91c43d26a2","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":"45c188d2-3b02-49a4-aa19-5f4617e044c6","artifactVersion":"2","generatedFromUUID":"8c409eba-a21d-448a-a6ca-93aa1da17edc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTFiZDliOTM5YzFjYTc0NmU5MDdiNDU4YWEzN2MwZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a1ad6e5-f15d-4693-b0e2-94a995d8e431","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzdkMmE5MGQ4MDE1MWIzNGI1ZWY1MThkZDg5YmYyN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38cf8255-efe8-465c-9450-ce98ba3a1fae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T05:04:30.347Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:30.347Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:30.352Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:30.353Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:04:30.451Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:04:30.453Z||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-04-17T05:04:30.453Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:30.491Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:30.492Z||pool-106-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:31.355Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:31.355Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:31.359Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:31.359Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:04:31.464Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-17T05:04:31.466Z||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-04-17T05:04:31.466Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:31.492Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:31.493Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:32.360Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:32.360Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:32.366Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:32.367Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:04:32.465Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:04:32.466Z||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-04-17T05:04:32.466Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:32.532Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:32.533Z||pool-108-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:33.369Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:33.370Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:33.374Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:33.374Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:04:33.477Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-17T05:04:33.479Z||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-04-17T05:04:33.479Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:33.520Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:33.521Z||pool-109-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:34.375Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:34.376Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:34.379Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:34.379Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T05:04:34.479Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:04:34.480Z||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-04-17T05:04:34.480Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:34.498Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:34.499Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:04:35.381Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:35.382Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:35.387Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:35.388Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:04:35.492Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-17T05:04:35.493Z||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-04-17T05:04:35.493Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:35.514Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:35.515Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:36.389Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:04:36.389Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:36.396Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:36.396Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:04:36.500Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-17T05:04:36.502Z||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-04-17T05:04:36.502Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:36.514Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:36.515Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:04:37.397Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c58304bb-f250-40bf-8ece-81740d50d331",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82b40388-c1fe-4209-8c8c-407a468ae2cd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "47362d4c-850f-403f-9086-9636406e288c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f308a8ac-4401-4db8-8fe6-98e740d01761",
      "resourceInvariantUUID": "d854d5c2-f299-4405-a89b-adc3309550eb",
      "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": "Mjc1OTQ5OTUxZTJiNzlmZGVkMDYwYzBhODUyNDM2MDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bd44dd5f-2530-4345-97a1-e2e3fe25661d",
          "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": "8c409eba-a21d-448a-a6ca-93aa1da17edc",
          "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": "45c188d2-3b02-49a4-aa19-5f4617e044c6",
            "generatedFromUUID": "8c409eba-a21d-448a-a6ca-93aa1da17edc"
          },
          "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": "45c188d2-3b02-49a4-aa19-5f4617e044c6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzdkMmE5MGQ4MDE1MWIzNGI1ZWY1MThkZDg5YmYyN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38cf8255-efe8-465c-9450-ce98ba3a1fae"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T05:04:37.398Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T05:04:37.398Z|d922b847-624a-43bf-a815-522d5d4c94f5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c58304bb-f250-40bf-8ece-81740d50d331 ASDC
2022-04-17T05:04:37.398Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5b64b368-ebbd-4f1d-a999-0543454f76d3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c58304bb-f250-40bf-8ece-81740d50d331
ServiceInvariantUUID:82b40388-c1fe-4209-8c8c-407a468ae2cd
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:38cf8255-efe8-465c-9450-ce98ba3a1fae
ArtifactChecksum:NzdkMmE5MGQ4MDE1MWIzNGI1ZWY1MThkZDg5YmYyN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:47362d4c-850f-403f-9086-9636406e288c
ResourceInvariantUUID:d854d5c2-f299-4405-a89b-adc3309550eb
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f308a8ac-4401-4db8-8fe6-98e740d01761
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:bd44dd5f-2530-4345-97a1-e2e3fe25661d
ArtifactChecksum:Mjc1OTQ5OTUxZTJiNzlmZGVkMDYwYzBhODUyNDM2MDM=
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:8c409eba-a21d-448a-a6ca-93aa1da17edc
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:45c188d2-3b02-49a4-aa19-5f4617e044c6
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:45c188d2-3b02-49a4-aa19-5f4617e044c6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T05:04:37.399Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c58304bb-f250-40bf-8ece-81740d50d331 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-04-17T05:04:37.475Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:04:37.477Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:04:37.477Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:04:37.477Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 38cf8255-efe8-465c-9450-ce98ba3a1fae from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-17T05:04:37.478Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:04:37.478Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-17T05:04:37.959Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:04:37.963Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 38cf8255-efe8-465c-9450-ce98ba3a1fae 71047
2022-04-17T05:04:37.963Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-17T05:04:37.964Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-17T05:04:37.964Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:04:37.964Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:37.969Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:37.969Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171877963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:04:38.069Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:04:38.070Z||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-04-17T05:04:38.070Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:38.086Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:38.086Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:04:38.970Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:04:38.971Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:04:38.972Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 38cf8255-efe8-465c-9450-ce98ba3a1fae, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:38.972Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-17T05:04:38.973Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:38.973Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:39.147Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17658995195507972597/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-04-17T05:04:41.250Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:41.251Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:04:41.252Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.253Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.253Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:41.253Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:04:41.254Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:04:41.254Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.254Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.254Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:41.254Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:04:41.254Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:04:41.255Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.255Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.255Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.255Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-17T05:04:41.256Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-17T05:04:41.256Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-17T05:04:41.256Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-17T05:04:41.256Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T05:04:41.256Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T05:04:41.257Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.257Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T05:04:41.258Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.258Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:41.258Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:04:41.258Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.259Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-17T05:04:41.260Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-17T05:04:41.260Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T05:04:41.260Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8f4bcb7d-97de-490d-a15b-f15deb3d1894
2022-04-17T05:04:41.260Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.261Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.261Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.261Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.261Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.261Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.262Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:41.262Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:41.262Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c58304bb-f250-40bf-8ece-81740d50d331
Model Version:NULL
Model InvariantUuid:82b40388-c1fe-4209-8c8c-407a468ae2cd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b46233b7-0420-4e54-b70f-acebfd7b0933
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d854d5c2-f299-4405-a89b-adc3309550eb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:47362d4c-850f-403f-9086-9636406e288c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b04f754f-eb1e-4e9b-9a68-89252387c599
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3e11fc1e-7d62-4134-8b8e-02d8e45c3a34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8f4bcb7d-97de-490d-a15b-f15deb3d1894
ModelInvariantUuid:592fa99f-bb07-4948-8027-d4e6ca041fd5
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:1123df51-098f-4b29-9442-febe0940a859
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:19e6ee54-c5b5-4940-a19f-2087d9b2cbf0
ModelInvariantUuid:c1a97c04-2530-46fd-bc4f-03a0848bae5f
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e5d9aa6d-8bbd-42ab-a5a9-96de16266e63
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-04-17T05:04:41.275Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f308a8ac-4401-4db8-8fe6-98e740d01761
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-04-17T05:04:41.285Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-04-17T05:04:41.286Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f308a8ac-4401-4db8-8fe6-98e740d01761
2022-04-17T05:04:41.286Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd44dd5f-2530-4345-97a1-e2e3fe25661d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-17T05:04:41.286Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:04:41.287Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.557Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:04:41.558Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bd44dd5f-2530-4345-97a1-e2e3fe25661d 787
2022-04-17T05:04:41.558Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.558Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:41.558Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:04:41.559Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:41.562Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:41.562Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171881558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:04:41.662Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:04:41.663Z||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-04-17T05:04:41.664Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:41.676Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:41.677Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:42.563Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b04f754f-eb1e-4e9b-9a68-89252387c599",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e11fc1e-7d62-4134-8b8e-02d8e45c3a34",
    "vfModuleModelCustomizationUUID": "af8d7986-9f38-4247-aa9d-058ea0a184b4",
    "isBase": true,
    "artifacts": [
      "8c409eba-a21d-448a-a6ca-93aa1da17edc",
      "45c188d2-3b02-49a4-aa19-5f4617e044c6"
    ],
    "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-04-17T05:04:42.566Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e11fc1e-7d62-4134-8b8e-02d8e45c3a34
VfModuleModelInvariantUUID:b04f754f-eb1e-4e9b-9a68-89252387c599
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c409eba-a21d-448a-a6ca-93aa1da17edc
,
45c188d2-3b02-49a4-aa19-5f4617e044c6

}
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-04-17T05:04:42.568Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b04f754f-eb1e-4e9b-9a68-89252387c599",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e11fc1e-7d62-4134-8b8e-02d8e45c3a34",
    "vfModuleModelCustomizationUUID": "af8d7986-9f38-4247-aa9d-058ea0a184b4",
    "isBase": true,
    "artifacts": [
      "8c409eba-a21d-448a-a6ca-93aa1da17edc",
      "45c188d2-3b02-49a4-aa19-5f4617e044c6"
    ],
    "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-04-17T05:04:42.568Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e11fc1e-7d62-4134-8b8e-02d8e45c3a34
VfModuleModelInvariantUUID:b04f754f-eb1e-4e9b-9a68-89252387c599
VfModuleModelDescription:NULL
Artifacts UUID List:{
8c409eba-a21d-448a-a6ca-93aa1da17edc
,
45c188d2-3b02-49a4-aa19-5f4617e044c6

}
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-04-17T05:04:42.568Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8c409eba-a21d-448a-a6ca-93aa1da17edc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-17T05:04:42.568Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:04:42.569Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:42.956Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:04:42.956Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8c409eba-a21d-448a-a6ca-93aa1da17edc 5033
2022-04-17T05:04:42.957Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:42.957Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:42.957Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:04:42.957Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:42.959Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:42.959Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171882956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:04:43.059Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:04:43.061Z||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-04-17T05:04:43.061Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:43.075Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:43.076Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:04:43.960Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 45c188d2-3b02-49a4-aa19-5f4617e044c6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-17T05:04:43.961Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:04:43.961Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:44.262Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:04:44.262Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 45c188d2-3b02-49a4-aa19-5f4617e044c6 903
2022-04-17T05:04:44.263Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:44.263Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:44.263Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:04:44.263Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:44.266Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:44.267Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171884263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:04:44.366Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:04:44.368Z||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-04-17T05:04:44.368Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:44.418Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:44.419Z||pool-116-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:45.269Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c58304bb-f250-40bf-8ece-81740d50d331
2022-04-17T05:04:45.269Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f308a8ac-4401-4db8-8fe6-98e740d01761 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-04-17T05:04:45.287Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@89aa265, org.onap.sdc.toscaparser.api.parameters.Input@62a690b, org.onap.sdc.toscaparser.api.parameters.Input@e36c3ea, org.onap.sdc.toscaparser.api.parameters.Input@66bd9358, org.onap.sdc.toscaparser.api.parameters.Input@3be98c60]
2022-04-17T05:04:45.289Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.289Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.289Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T05:04:45.290Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 47362d4c-850f-403f-9086-9636406e288c
2022-04-17T05:04:45.290Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 47362d4c-850f-403f-9086-9636406e288c matches Tosca VF Customization UUID: 47362d4c-850f-403f-9086-9636406e288c
2022-04-17T05:04:45.290Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 47362d4c-850f-403f-9086-9636406e288c  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-04-17T05:04:45.293Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.293Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.294Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 47362d4c-850f-403f-9086-9636406e288c: {\"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-04-17T05:04:45.294Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c620147
2022-04-17T05:04:45.294Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.295Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T05:04:45.295Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af8d7986-9f38-4247-aa9d-058ea0a184b4
2022-04-17T05:04:45.295Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af8d7986-9f38-4247-aa9d-058ea0a184b4
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-04-17T05:04:45.298Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.298Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:45.298Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:04:45.299Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.299Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:45.299Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:04:45.299Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.300Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-17T05:04:45.300Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-17T05:04:45.300Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T05:04:45.300Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8f4bcb7d-97de-490d-a15b-f15deb3d1894
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-04-17T05:04:45.303Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.303Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:45.303Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:04:45.304Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.304Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-17T05:04:45.304Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=47362d4c-850f-403f-9086-9636406e288c
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-04-17T05:04:45.306Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.307Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.307Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c58304bb-f250-40bf-8ece-81740d50d331: basic_vm
2022-04-17T05:04:45.307Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.307Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.309Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.309Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.309Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.309Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.310Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.310Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.310Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:04:45.310Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:04:45.311Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:45.425Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f308a8ac-4401-4db8-8fe6-98e740d01761 1 ASDC deployResourceStructure
2022-04-17T05:04:45.425Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:45.425Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:45.426Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:04:45.426Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:45.428Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:45.429Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171885425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T05:04:45.529Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:04:45.530Z||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-04-17T05:04:45.530Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:45.608Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:45.609Z||pool-117-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:04:46.429Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:46.430Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:46.430Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:04:46.430Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:46.433Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:46.433Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:04:46.535Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T05:04:46.536Z||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-04-17T05:04:46.536Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:46.548Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:46.549Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:47.437Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:47.438Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||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-04-17T05:04:47.438Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:04:47.438Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:47.450Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:47.451Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171887437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-17T05:04:47.542Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-17T05:04:47.542Z||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-04-17T05:04:47.543Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:47.590Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:47.590Z||pool-119-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:48.452Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-17T05:04:48.453Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-17T05:04:48.453Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:04:48.453Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:04:48.455Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:04:48.456Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171888452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:04:48.556Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:04:48.557Z||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-04-17T05:04:48.558Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:04:48.573Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:04:48.574Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:04:49.456Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:04:49.472Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:04:49.474Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:04:49.475Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:04:49.475Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:04:49.475Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:05:19.475Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:05:19.489Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:05:19.491Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:05:19.491Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:05:19.491Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:05:19.491Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:05:28.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:05:28.152Z||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-04-17T05:05:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:05:28.793Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:05:28.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:05:28.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:05:28.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:05:28.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:05:28.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:05:28.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:05:28.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171877963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:05:28.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171881558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:05:28.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171882956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171884263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171885425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171886429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:05:28.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171887437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-17T05:05:28.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:28.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:05:28.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650171888452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:05:28.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:05:49.492Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:05:49.503Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:05:49.506Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:05:49.507Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:05:49.507Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:05:49.507Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:06:19.507Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:06:19.522Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:06:19.525Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:06:19.526Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:06:19.526Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:06:19.526Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:06:28.152Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:06:28.153Z||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-04-17T05:06:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:06:37.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:06:49.526Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:06:49.552Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:06:49.556Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:06:49.557Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:06:49.557Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:06:49.557Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:07:19.557Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:07:19.576Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:07:19.581Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:07:19.582Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:07:19.582Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:07:19.582Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:07:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:07:28.152Z||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-04-17T05:07:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:07:37.840Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:07:49.583Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:07:49.598Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:07:49.602Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:07:49.602Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:07:49.602Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:07:49.602Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:08:19.603Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:08:19.620Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:08:19.626Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:08:19.626Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:08:19.626Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:08:19.626Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:08:28.152Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:08:28.153Z||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-04-17T05:08:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:08:37.781Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:08:49.627Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:08:49.638Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:08:49.644Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:08:49.644Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:08:49.645Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:08:49.645Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:09:19.645Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:09:19.659Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:09:19.667Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:09:19.667Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:09:19.667Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:09:19.667Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:09:28.152Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:09:28.153Z||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-04-17T05:09:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:37.517Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:37.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:09:37.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:09:37.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:09:49.667Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T05:09:49.668Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3 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-04-17T05:09:49.675Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b64b368-ebbd-4f1d-a999-0543454f76d3 and serviceModelVersionId: c58304bb-f250-40bf-8ece-81740d50d331
2022-04-17T05:09:49.675Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82b40388-c1fe-4209-8c8c-407a468ae2cd
2022-04-17T05:09:49.676Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82b40388-c1fe-4209-8c8c-407a468ae2cd/model-vers/model-ver/c58304bb-f250-40bf-8ece-81740d50d331?depth=0
2022-04-17T05:09:49.680Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T05:09:49.750Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b40388-c1fe-4209-8c8c-407a468ae2cd/model-vers/model-ver/c58304bb-f250-40bf-8ece-81740d50d331?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-04-17T05:09:49.761Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b40388-c1fe-4209-8c8c-407a468ae2cd/model-vers/model-ver/c58304bb-f250-40bf-8ece-81740d50d331?depth=0|INFO|500||Invoke
2022-04-17T05:09:49.804Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b40388-c1fe-4209-8c8c-407a468ae2cd/model-vers/model-ver/c58304bb-f250-40bf-8ece-81740d50d331?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T05:09:50.354Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b40388-c1fe-4209-8c8c-407a468ae2cd/model-vers/model-ver/c58304bb-f250-40bf-8ece-81740d50d331?depth=0|INFO|500||InvokeReturn
2022-04-17T05:09:50.355Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b40388-c1fe-4209-8c8c-407a468ae2cd/model-vers/model-ver/c58304bb-f250-40bf-8ece-81740d50d331?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220417-05:09:50:297-70254], vertex-id=[262320], Content-Length=[0], Date=[Sun, 17 Apr 2022 05:09:50 GMT], Content-Type=[application/json]}
2022-04-17T05:09:50.356Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T05:09:50.369Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T05:09:50.369Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T05:09:50.374Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T05:09:50.374Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b64b368-ebbd-4f1d-a999-0543454f76d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T05:09:50.375Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T05:09:50.375Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:50.377Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:50.378Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172190374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:09:50.478Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:09:50.480Z||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-04-17T05:09:50.480Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:50.535Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:50.536Z||pool-121-thread-1|||||INFO|500||cambria reply ok (58 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-04-17T05:09:51.398Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T05:09:51.399Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c75ab7b-6ab2-414f-b647-8b4185fddd5c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"b45d3370-090c-489c-ba50-f320fb54c20f","serviceDescription":"service","serviceInvariantUUID":"c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5933a95f-4540-49f6-b679-8648a6e7013b","resourceInvariantUUID":"e9ccb2c7-3d93-467f-ab15-1e30fab19dfb","resourceCustomizationUUID":"7fa02020-a9c5-4c78-b6f5-239ff8910670","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZmExNTVlMTk0YTBkYjkwNGNkMTEwNDFjNWRjMDEyMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6739406c-d1ef-402f-96c1-214b86749d52","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"N2YwMDZhY2I0NzU5YjZmMzVlOGYxNDc4YWVhMTdjNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c417c982-0d3a-401e-ae72-add0765e15c7","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84698c14-1f4f-4dd4-b7bd-9ce45e9c8918","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e8440b11-1bc9-4c6e-8b39-f8d1a7faed66","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eea951fc-94a6-496a-b75b-d4f86dba95dc","artifactVersion":"2","generatedFromUUID":"84698c14-1f4f-4dd4-b7bd-9ce45e9c8918"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NTExMjFiYWNmNzVkOWY0OTE0ZGQ1NGU0MWNhMDc0MmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"60ddf8a5-46c5-4618-998c-81fb83a638ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MDdjNzc5OGQ0ZGU1NGE1MzNiODk4NTNkMTc3YTMyNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7d6baa9-b4b5-4294-84b4-979980008e6b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDViYmRkOThjMmFjZTU3NTE0YTUwZjI4ZDk0NjBhMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9053ebee-3bed-440c-be41-01ede2877055","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T05:09:51.399Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:51.400Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:51.402Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:51.402Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:09:51.505Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-17T05:09:51.506Z||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-04-17T05:09:51.506Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:51.633Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:51.633Z||pool-122-thread-1|||||INFO|500||cambria reply ok (128 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:52.403Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:52.407Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:52.413Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:52.414Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:09:52.512Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:09:52.514Z||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-04-17T05:09:52.514Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:52.526Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:52.527Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:53.414Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:53.416Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:53.419Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:53.420Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:09:53.520Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:09:53.522Z||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-04-17T05:09:53.522Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:53.549Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:53.549Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:09:54.421Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:54.423Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:54.425Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:54.425Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:09:54.525Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:09:54.526Z||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-04-17T05:09:54.527Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:54.546Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:54.547Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:55.426Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:55.427Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:55.430Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:55.431Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T05:09:55.531Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:09:55.532Z||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-04-17T05:09:55.532Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:55.568Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:55.569Z||pool-126-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:56.431Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:56.432Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:56.435Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:56.435Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:09:56.535Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:09:56.536Z||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-04-17T05:09:56.537Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:56.552Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:56.553Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:57.436Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:57.437Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:57.439Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:57.440Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:09:57.540Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:09:57.542Z||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-04-17T05:09:57.542Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:57.690Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:57.698Z||pool-128-thread-1|||||INFO|500||cambria reply ok (157 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:58.441Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:09:58.441Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:09:58.444Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:09:58.445Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:09:58.544Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:09:58.546Z||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-04-17T05:09:58.546Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:09:58.577Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:09:58.578Z||pool-129-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:09:59.446Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b45d3370-090c-489c-ba50-f320fb54c20f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7fa02020-a9c5-4c78-b6f5-239ff8910670",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5933a95f-4540-49f6-b679-8648a6e7013b",
      "resourceInvariantUUID": "e9ccb2c7-3d93-467f-ab15-1e30fab19dfb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "N2YwMDZhY2I0NzU5YjZmMzVlOGYxNDc4YWVhMTdjNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c417c982-0d3a-401e-ae72-add0765e15c7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "84698c14-1f4f-4dd4-b7bd-9ce45e9c8918",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eea951fc-94a6-496a-b75b-d4f86dba95dc",
            "generatedFromUUID": "84698c14-1f4f-4dd4-b7bd-9ce45e9c8918"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eea951fc-94a6-496a-b75b-d4f86dba95dc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MDViYmRkOThjMmFjZTU3NTE0YTUwZjI4ZDk0NjBhMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9053ebee-3bed-440c-be41-01ede2877055"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T05:09:59.447Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T05:09:59.447Z|5b64b368-ebbd-4f1d-a999-0543454f76d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b45d3370-090c-489c-ba50-f320fb54c20f ASDC
2022-04-17T05:09:59.448Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5c75ab7b-6ab2-414f-b647-8b4185fddd5c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:b45d3370-090c-489c-ba50-f320fb54c20f
ServiceInvariantUUID:c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:9053ebee-3bed-440c-be41-01ede2877055
ArtifactChecksum:MDViYmRkOThjMmFjZTU3NTE0YTUwZjI4ZDk0NjBhMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7fa02020-a9c5-4c78-b6f5-239ff8910670
ResourceInvariantUUID:e9ccb2c7-3d93-467f-ab15-1e30fab19dfb
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5933a95f-4540-49f6-b679-8648a6e7013b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:c417c982-0d3a-401e-ae72-add0765e15c7
ArtifactChecksum:N2YwMDZhY2I0NzU5YjZmMzVlOGYxNDc4YWVhMTdjNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:84698c14-1f4f-4dd4-b7bd-9ce45e9c8918
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:eea951fc-94a6-496a-b75b-d4f86dba95dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:eea951fc-94a6-496a-b75b-d4f86dba95dc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T05:09:59.448Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b45d3370-090c-489c-ba50-f320fb54c20f 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-04-17T05:09:59.497Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:09:59.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:09:59.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:09:59.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9053ebee-3bed-440c-be41-01ede2877055 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-17T05:09:59.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:09:59.499Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-17T05:10:01.132Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:10:01.135Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9053ebee-3bed-440c-be41-01ede2877055 78097
2022-04-17T05:10:01.136Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-17T05:10:01.136Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-17T05:10:01.136Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:10:01.136Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:01.139Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:01.139Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172201136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:10:01.239Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:10:01.240Z||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-04-17T05:10:01.240Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:01.264Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:01.264Z||pool-130-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:10:02.140Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:10:02.142Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:10:02.142Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9053ebee-3bed-440c-be41-01ede2877055, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:02.142Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-17T05:10:02.143Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:02.143Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:02.306Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP658587245808633829/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-17T05:10:04.249Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T05:10:04.249Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.250Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.251Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.251Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-17T05:10:04.251Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:10:04.251Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.251Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.251Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:04.252Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:10:04.252Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:10:04.252Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.252Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.253Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:04.253Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:10:04.253Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:10:04.253Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.254Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.254Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.254Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-17T05:10:04.255Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-17T05:10:04.255Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-17T05:10:04.255Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-17T05:10:04.255Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T05:10:04.256Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T05:10:04.257Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.257Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T05:10:04.257Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:04.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:10:04.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.259Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:04.259Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:10:04.259Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.259Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:04.260Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:10:04.260Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.260Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-17T05:10:04.261Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-17T05:10:04.261Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T05:10:04.261Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0ddf992-c907-4993-94c8-e5eb29bb22a1
2022-04-17T05:10:04.261Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.262Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.262Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.262Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.262Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.263Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.263Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:04.263Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:04.264Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:b45d3370-090c-489c-ba50-f320fb54c20f
Model Version:NULL
Model InvariantUuid:c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4a46ea08-8735-43d6-850d-c843f5aee921
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e9ccb2c7-3d93-467f-ab15-1e30fab19dfb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7fa02020-a9c5-4c78-b6f5-239ff8910670
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:83f77076-f506-441a-8bc7-ee3190b0e2b8
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:39475b54-ac02-4f51-ae94-a282a1928c9c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a0ddf992-c907-4993-94c8-e5eb29bb22a1
ModelInvariantUuid:54f4dcb7-de10-4afe-a0b7-0f42eeeb768b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:df0a46af-3eeb-4ed2-bd8a-2b89e9750f27
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0b89332b-c1e7-411d-a48e-49b495fc22e0
ModelInvariantUuid:bb258746-5b43-4653-a88f-36da92a44bcd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:b5adc0a4-7052-47ca-8a64-2c88f6d59115
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-04-17T05:10:04.273Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5933a95f-4540-49f6-b679-8648a6e7013b
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-04-17T05:10:04.278Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-04-17T05:10:04.278Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5933a95f-4540-49f6-b679-8648a6e7013b
2022-04-17T05:10:04.279Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c417c982-0d3a-401e-ae72-add0765e15c7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-17T05:10:04.279Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:10:04.279Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-17T05:10:04.395Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:10:04.396Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c417c982-0d3a-401e-ae72-add0765e15c7 792
2022-04-17T05:10:04.396Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-17T05:10:04.396Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-17T05:10:04.397Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:10:04.398Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:04.401Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:04.401Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172204396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:10:04.502Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:10:04.503Z||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-04-17T05:10:04.503Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:04.516Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:04.517Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:10:05.402Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "83f77076-f506-441a-8bc7-ee3190b0e2b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39475b54-ac02-4f51-ae94-a282a1928c9c",
    "vfModuleModelCustomizationUUID": "ec4fced1-e1c3-4c6a-bbb9-91444a256aa7",
    "isBase": true,
    "artifacts": [
      "84698c14-1f4f-4dd4-b7bd-9ce45e9c8918",
      "eea951fc-94a6-496a-b75b-d4f86dba95dc"
    ],
    "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-04-17T05:10:05.409Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39475b54-ac02-4f51-ae94-a282a1928c9c
VfModuleModelInvariantUUID:83f77076-f506-441a-8bc7-ee3190b0e2b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
84698c14-1f4f-4dd4-b7bd-9ce45e9c8918
,
eea951fc-94a6-496a-b75b-d4f86dba95dc

}
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-04-17T05:10:05.412Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "83f77076-f506-441a-8bc7-ee3190b0e2b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "39475b54-ac02-4f51-ae94-a282a1928c9c",
    "vfModuleModelCustomizationUUID": "ec4fced1-e1c3-4c6a-bbb9-91444a256aa7",
    "isBase": true,
    "artifacts": [
      "84698c14-1f4f-4dd4-b7bd-9ce45e9c8918",
      "eea951fc-94a6-496a-b75b-d4f86dba95dc"
    ],
    "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-04-17T05:10:05.412Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:39475b54-ac02-4f51-ae94-a282a1928c9c
VfModuleModelInvariantUUID:83f77076-f506-441a-8bc7-ee3190b0e2b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
84698c14-1f4f-4dd4-b7bd-9ce45e9c8918
,
eea951fc-94a6-496a-b75b-d4f86dba95dc

}
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-04-17T05:10:05.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 84698c14-1f4f-4dd4-b7bd-9ce45e9c8918 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-17T05:10:05.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:10:05.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-17T05:10:05.720Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:10:05.720Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 84698c14-1f4f-4dd4-b7bd-9ce45e9c8918 5033
2022-04-17T05:10:05.721Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-17T05:10:05.721Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-17T05:10:05.721Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:10:05.721Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:05.724Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:05.724Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172205721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:10:05.824Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:10:05.825Z||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-04-17T05:10:05.825Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:05.942Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:05.950Z||pool-132-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:10:06.725Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eea951fc-94a6-496a-b75b-d4f86dba95dc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-17T05:10:06.725Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:10:06.726Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-17T05:10:07.016Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:10:07.017Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env eea951fc-94a6-496a-b75b-d4f86dba95dc 903
2022-04-17T05:10:07.019Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-17T05:10:07.020Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-17T05:10:07.021Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:10:07.021Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:07.025Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:07.025Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172207019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:10:07.125Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:10:07.126Z||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-04-17T05:10:07.126Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:07.223Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:07.224Z||pool-133-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:10:08.026Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b45d3370-090c-489c-ba50-f320fb54c20f
2022-04-17T05:10:08.027Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5933a95f-4540-49f6-b679-8648a6e7013b 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-04-17T05:10:08.039Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d07c2bb, org.onap.sdc.toscaparser.api.parameters.Input@164fe877, org.onap.sdc.toscaparser.api.parameters.Input@6efe432c, org.onap.sdc.toscaparser.api.parameters.Input@74658c36, org.onap.sdc.toscaparser.api.parameters.Input@77f49a1b]
2022-04-17T05:10:08.041Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.041Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.041Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T05:10:08.041Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7fa02020-a9c5-4c78-b6f5-239ff8910670
2022-04-17T05:10:08.042Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7fa02020-a9c5-4c78-b6f5-239ff8910670 matches Tosca VF Customization UUID: 7fa02020-a9c5-4c78-b6f5-239ff8910670
2022-04-17T05:10:08.042Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7fa02020-a9c5-4c78-b6f5-239ff8910670  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-04-17T05:10:08.045Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.045Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.046Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7fa02020-a9c5-4c78-b6f5-239ff8910670: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-17T05:10:08.046Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a363758
2022-04-17T05:10:08.046Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.046Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T05:10:08.046Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec4fced1-e1c3-4c6a-bbb9-91444a256aa7
2022-04-17T05:10:08.046Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec4fced1-e1c3-4c6a-bbb9-91444a256aa7
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-04-17T05:10:08.049Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.049Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:08.050Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:10:08.050Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.050Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:08.050Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:10:08.050Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.051Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-17T05:10:08.051Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-17T05:10:08.051Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-17T05:10:08.051Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a0ddf992-c907-4993-94c8-e5eb29bb22a1
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-04-17T05:10:08.055Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.055Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:08.055Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:10:08.056Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.056Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-17T05:10:08.056Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7fa02020-a9c5-4c78-b6f5-239ff8910670
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-04-17T05:10:08.058Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.058Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.058Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b45d3370-090c-489c-ba50-f320fb54c20f: basic_vm_macro
2022-04-17T05:10:08.058Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.059Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.059Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.059Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.059Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.059Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.060Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.060Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.060Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:10:08.060Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:10:08.060Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-17T05:10:08.168Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5933a95f-4540-49f6-b679-8648a6e7013b 1 ASDC deployResourceStructure
2022-04-17T05:10:08.169Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-17T05:10:08.169Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-17T05:10:08.169Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:10:08.169Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:08.171Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:08.172Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172208169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T05:10:08.276Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-17T05:10:08.278Z||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-04-17T05:10:08.278Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:08.295Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:08.296Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:10:09.173Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-17T05:10:09.173Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-17T05:10:09.174Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:10:09.174Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:09.176Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:09.176Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172209173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:10:09.277Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:10:09.278Z||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-04-17T05:10:09.278Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:09.298Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:09.301Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:10:10.177Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-17T05:10:10.178Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-17T05:10:10.178Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:10:10.178Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:10.194Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:10.194Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172210177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-17T05:10:10.294Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:10:10.296Z||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-04-17T05:10:10.296Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:10.395Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:10.397Z||pool-136-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":13,"count":1}
2022-04-17T05:10:11.195Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-17T05:10:11.197Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-17T05:10:11.197Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:10:11.198Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:10:11.215Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:10:11.215Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172211195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:10:11.304Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-04-17T05:10:11.306Z||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-04-17T05:10:11.306Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:11.333Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:11.334Z||pool-137-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:10:12.217Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:10:12.232Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:10:12.234Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:10:12.234Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:10:12.234Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:10:12.234Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:10:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:10:28.151Z||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-04-17T05:10:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:10:28.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:10:28.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:10:28.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:10:28.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:10:42.235Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:10:42.256Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:10:42.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:10:42.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:10:42.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:10:42.258Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:11:12.259Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:11:12.271Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:11:12.274Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:11:12.274Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:11:12.274Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:11:12.274Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:11:28.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:11:28.152Z||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-04-17T05:11:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:11:28.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:11:28.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:11:28.213Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:11:28.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:11:42.275Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:11:42.287Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:11:42.291Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:11:42.291Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:11:42.292Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:11:42.292Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:12:12.293Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:12:12.329Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:12:12.352Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:12:12.352Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:12:12.353Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:12:12.353Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:12:28.152Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:12:28.153Z||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-04-17T05:12:28.153Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:12:28.212Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:12:28.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172172809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172175803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.225Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.226Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172179036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172184209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "cds",
  "timestamp": 1650172185242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-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-04-17T05:12:28.275Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d
2022-04-17T05:12:28.276Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d 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-04-17T05:12:28.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172187025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172180655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.291Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "dcae-sch",
  "timestamp": 1650172180096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172188426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172181286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172188762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172189298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172189818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.300Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.300Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.300Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.301Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.301Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.301Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172190871,
  "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-04-17T05:12:28.312Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d
2022-04-17T05:12:28.313Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d 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-04-17T05:12:28.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b64b368-ebbd-4f1d-a999-0543454f76d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172190374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:12:28.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172184070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172191877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/vfw0f8bcb897e100_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/resourceInstances/vfw0f8bcb897e100/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172192213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172193232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172193194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T05:12:28.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172186890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "policy-id",
  "timestamp": 1650172194235,
  "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-04-17T05:12:28.362Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d
2022-04-17T05:12:28.363Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d 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-04-17T05:12:28.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650170591473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172199387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172201136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172202389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "clamp",
  "timestamp": 1650172203397,
  "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-04-17T05:12:28.385Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d
2022-04-17T05:12:28.385Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d 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-04-17T05:12:28.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172204396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172205721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172206448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417050627/1.0/artifacts/service-Vfw20220417050627-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172207019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:12:28.401Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6dc0ba3f-de9e-445c-af9f-7202c63cdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1650172207453,
  "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-04-17T05:12:28.406Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d
2022-04-17T05:12:28.407Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc0ba3f-de9e-445c-af9f-7202c63cdd8d 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-04-17T05:12:28.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172208169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.419Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172209173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.419Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172210177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:28.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:12:28.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172211195,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:12:28.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:12:42.353Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:12:42.365Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:12:42.369Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:12:42.369Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:12:42.369Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:12:42.369Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:13:12.370Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:13:12.388Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:13:12.394Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:13:12.395Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:13:12.395Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:13:12.396Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:13:28.150Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:13:28.151Z||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-04-17T05:13:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:13:28.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:13:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650172319039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "dcae-sch",
  "timestamp": 1650172320092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172312809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172330350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172331384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172324070,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650172332389,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:13:28.294Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e5a4f089-4d9b-4591-8823-c18f3bc91a34
2022-04-17T05:13:28.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a4f089-4d9b-4591-8823-c18f3bc91a34 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-04-17T05:13:28.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172333001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:13:28.322Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172334007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:13:28.326Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172325803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "policy-id",
  "timestamp": 1650172335011,
  "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-04-17T05:13:28.347Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5a4f089-4d9b-4591-8823-c18f3bc91a34
2022-04-17T05:13:28.349Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a4f089-4d9b-4591-8823-c18f3bc91a34 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-04-17T05:13:28.367Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.368Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.368Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.368Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172335017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.369Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.370Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.370Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.370Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "cds",
  "timestamp": 1650172336032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-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-04-17T05:13:28.382Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5a4f089-4d9b-4591-8823-c18f3bc91a34
2022-04-17T05:13:28.383Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a4f089-4d9b-4591-8823-c18f3bc91a34 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-04-17T05:13:28.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172330654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172331287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172339667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172340226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650172342047,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/resourceInstances/pnf74e1fcffca730/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172336890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:13:28.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:13:28.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172346782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:13:28.410Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:13:28.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:13:28.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "aai-ml",
  "timestamp": 1650172347787,
  "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-04-17T05:13:28.418Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5a4f089-4d9b-4591-8823-c18f3bc91a34
2022-04-17T05:13:28.419Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a4f089-4d9b-4591-8823-c18f3bc91a34 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-04-17T05:13:42.396Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:13:42.409Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:13:42.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:13:42.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:13:42.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:13:42.413Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:14:12.416Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:14:12.450Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:14:12.454Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:14:12.455Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:14:12.455Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:14:12.455Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:14:28.151Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:14:28.154Z||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-04-17T05:14:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:14:28.705Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:14:28.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-17T05:14:28.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172353430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:14:28.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:14:28.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-17T05:14:28.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172355439,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4whweyvmcounrrxymti/1.0/artifacts/service-DemoPnfO4whweyvmcounrrxymti-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:14:28.710Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:14:28.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-17T05:14:28.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e5a4f089-4d9b-4591-8823-c18f3bc91a34",
  "consumerID": "clamp",
  "timestamp": 1650172356443,
  "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-04-17T05:14:28.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5a4f089-4d9b-4591-8823-c18f3bc91a34
2022-04-17T05:14:28.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5a4f089-4d9b-4591-8823-c18f3bc91a34 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-04-17T05:14:42.461Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:14:42.494Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:14:42.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:14:42.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:14:42.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:14:42.498Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:15:12.499Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T05:15:12.501Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c 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-04-17T05:15:12.515Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c75ab7b-6ab2-414f-b647-8b4185fddd5c and serviceModelVersionId: b45d3370-090c-489c-ba50-f320fb54c20f
2022-04-17T05:15:12.515Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5
2022-04-17T05:15:12.520Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5/model-vers/model-ver/b45d3370-090c-489c-ba50-f320fb54c20f?depth=0
2022-04-17T05:15:12.536Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T05:15:12.703Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5/model-vers/model-ver/b45d3370-090c-489c-ba50-f320fb54c20f?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-04-17T05:15:12.708Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5/model-vers/model-ver/b45d3370-090c-489c-ba50-f320fb54c20f?depth=0|INFO|500||Invoke
2022-04-17T05:15:12.777Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5/model-vers/model-ver/b45d3370-090c-489c-ba50-f320fb54c20f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T05:15:13.665Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5/model-vers/model-ver/b45d3370-090c-489c-ba50-f320fb54c20f?depth=0|INFO|500||InvokeReturn
2022-04-17T05:15:13.666Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c06b90f0-f49e-4a3e-88d9-0770ac8ba8e5/model-vers/model-ver/b45d3370-090c-489c-ba50-f320fb54c20f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-05:15:13:298-70326], vertex-id=[278704], Content-Length=[0], Date=[Sun, 17 Apr 2022 05:15:13 GMT], Content-Type=[application/json]}
2022-04-17T05:15:13.667Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T05:15:13.668Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T05:15:13.668Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T05:15:13.678Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T05:15:13.679Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c75ab7b-6ab2-414f-b647-8b4185fddd5c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T05:15:13.682Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T05:15:13.683Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:13.690Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:13.691Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172513682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:15:13.790Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:15:13.792Z||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-04-17T05:15:13.792Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:13.914Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:13.915Z||pool-138-thread-1|||||INFO|500||cambria reply ok (124 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-04-17T05:15:14.726Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:15:14.727Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|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-04-17T05:15:14.727Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:18.765Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:19.275Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T05:15:19.276Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bc03dc8-a518-480b-a012-a0979b1da7aa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"63e8688e-7e55-461c-a8ce-63cbe3de87cc","serviceDescription":"service","serviceInvariantUUID":"7de371ea-1221-4342-ad69-796ae762bf94","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0a504b9f-901d-4f97-b62a-dea7e1c21fe5","resourceInvariantUUID":"1716aefa-d570-4063-a3df-b7940fbf6451","resourceCustomizationUUID":"ab4c2390-bc81-4d85-860a-31658a7bf941","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":"ZWFkNWYzYWMyNmJhYTIwOTRmZWYxNzhmMGY3MmVhZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cd92889-204d-4742-a2f5-fe3e1904cbf7","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":"84b971b4-75a3-4110-9e8e-dea60f66190a","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":"c84b9908-f999-492e-8c03-b5dc9f6f9b5b","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":"Y2QwY2EzN2QyYzViNjM3NjlkMDY5ZjNlZDk3NWVkN2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f10f7469-4638-4548-8f65-ed15f591a9b1","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":"2918b071-593b-422f-9ba8-4fe3a1a971c9","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":"ac3d818e-3884-4ee1-9120-0a54afdfa444","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":"a9185b15-6d2a-4bd1-ae35-2af0081f7731","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":"MTc0OGRiNzIzMTUyMmM0NjBjN2E0NTQyNGZjNjA2M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df8cc85d-927b-4dd7-ad33-84e3873c0211","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzkxYTBkYTZiYjk0M2FkODZmM2VhZDdmODdiODg1NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a381cbc-3453-4e1d-82f3-50f9de7811bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T05:15:19.280Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:19.281Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:19.283Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:19.284Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:19.389Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-17T05:15:19.390Z||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-04-17T05:15:19.390Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:19.416Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:19.416Z||pool-139-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:20.284Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:20.285Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:20.289Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:20.289Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:20.389Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:15:20.390Z||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-04-17T05:15:20.391Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:20.439Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:20.443Z||pool-140-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:21.291Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:21.292Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:21.296Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:21.297Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:21.395Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:15:21.397Z||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-04-17T05:15:21.397Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:21.470Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:21.470Z||pool-141-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:22.298Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:22.299Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:22.302Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:22.302Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:22.402Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:15:22.403Z||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-04-17T05:15:22.404Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:22.420Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:22.421Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:23.303Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:23.304Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:23.307Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:23.307Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:23.407Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:15:23.408Z||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-04-17T05:15:23.409Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:23.427Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:23.428Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:24.309Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:24.314Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:24.321Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:24.321Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:24.419Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-17T05:15:24.421Z||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-04-17T05:15:24.421Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:24.437Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:24.438Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:15:25.322Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:25.323Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:25.327Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:25.327Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:25.427Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:15:25.428Z||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-04-17T05:15:25.428Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:25.458Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:25.459Z||pool-145-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:26.328Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:26.329Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:26.331Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:26.332Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:26.432Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:15:26.433Z||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-04-17T05:15:26.434Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:26.448Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:26.449Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:27.332Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:15:27.333Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:27.338Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:27.338Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:15:27.440Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:15:27.441Z||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-04-17T05:15:27.441Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:27.482Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:27.483Z||pool-147-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:15:28.150Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:15:28.151Z||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-04-17T05:15:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:28.340Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "63e8688e-7e55-461c-a8ce-63cbe3de87cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7de371ea-1221-4342-ad69-796ae762bf94",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ab4c2390-bc81-4d85-860a-31658a7bf941",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0a504b9f-901d-4f97-b62a-dea7e1c21fe5",
      "resourceInvariantUUID": "1716aefa-d570-4063-a3df-b7940fbf6451",
      "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": "MzkxYTBkYTZiYjk0M2FkODZmM2VhZDdmODdiODg1NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5a381cbc-3453-4e1d-82f3-50f9de7811bc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T05:15:28.341Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T05:15:28.341Z|5c75ab7b-6ab2-414f-b647-8b4185fddd5c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 63e8688e-7e55-461c-a8ce-63cbe3de87cc ASDC
2022-04-17T05:15:28.342Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7bc03dc8-a518-480b-a012-a0979b1da7aa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:63e8688e-7e55-461c-a8ce-63cbe3de87cc
ServiceInvariantUUID:7de371ea-1221-4342-ad69-796ae762bf94
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:5a381cbc-3453-4e1d-82f3-50f9de7811bc
ArtifactChecksum:MzkxYTBkYTZiYjk0M2FkODZmM2VhZDdmODdiODg1NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ab4c2390-bc81-4d85-860a-31658a7bf941
ResourceInvariantUUID:1716aefa-d570-4063-a3df-b7940fbf6451
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0a504b9f-901d-4f97-b62a-dea7e1c21fe5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-17T05:15:28.348Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63e8688e-7e55-461c-a8ce-63cbe3de87cc 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-04-17T05:15:28.426Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:15:28.427Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:15:28.427Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:15:28.427Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a381cbc-3453-4e1d-82f3-50f9de7811bc from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-17T05:15:28.427Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:15:28.427Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-17T05:15:28.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:28.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c75ab7b-6ab2-414f-b647-8b4185fddd5c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172513682,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:15:28.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:15:28.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:15:28.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:28.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-17T05:15:28.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:15:28.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:15:30.066Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:15:30.078Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5a381cbc-3453-4e1d-82f3-50f9de7811bc 105634
2022-04-17T05:15:30.079Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-17T05:15:30.080Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-17T05:15:30.080Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:15:30.081Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:30.085Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:30.086Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172530079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:15:30.185Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:15:30.186Z||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-04-17T05:15:30.186Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:30.226Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:30.227Z||pool-148-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:15:31.087Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:15:31.089Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:15:31.090Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5a381cbc-3453-4e1d-82f3-50f9de7811bc, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:31.091Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-17T05:15:31.092Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:31.092Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:31.424Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14761755949085053177/Definitions/service-TestPnfMacro-template.yml
2022-04-17T05:15:33.268Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T05:15:33.269Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:15:33.270Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.270Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-17T05:15:33.270Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.270Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.270Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||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-04-17T05:15:33.270Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.271Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.271Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.271Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.272Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:15:33.272Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.272Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.273Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-17T05:15:33.273Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:15:33.274Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:15:33.274Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.274Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.274Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-17T05:15:33.275Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:15:33.275Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:15:33.275Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.276Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.276Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.276Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.277Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.277Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.277Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.277Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.278Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.278Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.278Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:63e8688e-7e55-461c-a8ce-63cbe3de87cc
Model Version:NULL
Model InvariantUuid:7de371ea-1221-4342-ad69-796ae762bf94
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-04-17T05:15:33.295Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0a504b9f-901d-4f97-b62a-dea7e1c21fe5
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-04-17T05:15:33.299Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-04-17T05:15:33.299Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0a504b9f-901d-4f97-b62a-dea7e1c21fe5
2022-04-17T05:15:33.299Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 63e8688e-7e55-461c-a8ce-63cbe3de87cc
2022-04-17T05:15:33.300Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 63e8688e-7e55-461c-a8ce-63cbe3de87cc
2022-04-17T05:15:33.300Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0a504b9f-901d-4f97-b62a-dea7e1c21fe5 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-04-17T05:15:33.305Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b0c1367, org.onap.sdc.toscaparser.api.parameters.Input@4e2aaeff, org.onap.sdc.toscaparser.api.parameters.Input@40ef4cea, org.onap.sdc.toscaparser.api.parameters.Input@5c85c4c3, org.onap.sdc.toscaparser.api.parameters.Input@37f9731f]
2022-04-17T05:15:33.306Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.306Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.307Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 63e8688e-7e55-461c-a8ce-63cbe3de87cc: test-pnf
2022-04-17T05:15:33.307Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0a504b9f-901d-4f97-b62a-dea7e1c21fe5
2022-04-17T05:15:33.307Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:15:33.308Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:15:33.308Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||Resource customization UUID: ab4c2390-bc81-4d85-860a-31658a7bf941 is the same as notified resource customizationUUID: ab4c2390-bc81-4d85-860a-31658a7bf941
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-04-17T05:15:33.356Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0a504b9f-901d-4f97-b62a-dea7e1c21fe5 0 ASDC deployResourceStructure
2022-04-17T05:15:33.357Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-17T05:15:33.357Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-17T05:15:33.358Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:15:33.359Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:15:33.362Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:15:33.363Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172533357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:15:33.469Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-17T05:15:33.470Z||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-04-17T05:15:33.470Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:15:33.495Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:15:33.496Z||pool-149-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":7,"count":1}
2022-04-17T05:15:34.365Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:15:34.386Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:15:34.391Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:15:34.391Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:15:34.392Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:15:34.392Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:16:04.393Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:16:04.409Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:16:04.413Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:16:04.413Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:16:04.413Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:16:04.414Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:16:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:16:28.152Z||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-04-17T05:16:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:16:28.857Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:16:28.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-17T05:16:28.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172530079,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:16:28.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:16:28.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-17T05:16:28.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172533357,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:16:28.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-17T05:16:34.414Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:16:34.433Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:16:34.438Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:16:34.438Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:16:34.438Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:16:34.438Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:17:04.439Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:17:04.451Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:17:04.455Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:17:04.455Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:17:04.455Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:17:04.455Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:17:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:17:28.151Z||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-04-17T05:17:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:17:34.456Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:17:34.482Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:17:34.485Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:17:34.485Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:17:34.486Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:17:34.486Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:17:38.398Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:18:04.486Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:18:04.513Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:18:04.519Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:18:04.519Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:18:04.519Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:18:04.519Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:18:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:18:28.151Z||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-04-17T05:18:28.151Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:18:34.520Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:18:34.578Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:18:34.593Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:18:34.593Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:18:34.594Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:18:34.594Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:18:37.864Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:19:04.594Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:19:04.608Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:19:04.614Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:19:04.614Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:19:04.614Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:19:04.615Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:19:28.150Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:19:28.151Z||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-04-17T05:19:28.152Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:19:34.615Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:19:34.632Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:19:34.636Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:19:34.636Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:19:34.636Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:19:34.637Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:19:37.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:04.637Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:20:04.667Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:20:04.670Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:20:04.670Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:20:04.670Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:20:04.671Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:20:28.156Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:20:28.157Z||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-04-17T05:20:28.157Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:34.671Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-17T05:20:34.672Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa 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-04-17T05:20:34.695Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bc03dc8-a518-480b-a012-a0979b1da7aa and serviceModelVersionId: 63e8688e-7e55-461c-a8ce-63cbe3de87cc
2022-04-17T05:20:34.696Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7de371ea-1221-4342-ad69-796ae762bf94
2022-04-17T05:20:34.697Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7de371ea-1221-4342-ad69-796ae762bf94/model-vers/model-ver/63e8688e-7e55-461c-a8ce-63cbe3de87cc?depth=0
2022-04-17T05:20:34.703Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-17T05:20:34.771Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7de371ea-1221-4342-ad69-796ae762bf94/model-vers/model-ver/63e8688e-7e55-461c-a8ce-63cbe3de87cc?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-04-17T05:20:34.774Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7de371ea-1221-4342-ad69-796ae762bf94/model-vers/model-ver/63e8688e-7e55-461c-a8ce-63cbe3de87cc?depth=0|INFO|500||Invoke
2022-04-17T05:20:34.800Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7de371ea-1221-4342-ad69-796ae762bf94/model-vers/model-ver/63e8688e-7e55-461c-a8ce-63cbe3de87cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-17T05:20:35.200Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7de371ea-1221-4342-ad69-796ae762bf94/model-vers/model-ver/63e8688e-7e55-461c-a8ce-63cbe3de87cc?depth=0|INFO|500||InvokeReturn
2022-04-17T05:20:35.201Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7de371ea-1221-4342-ad69-796ae762bf94/model-vers/model-ver/63e8688e-7e55-461c-a8ce-63cbe3de87cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220417-05:20:35:345-65551], vertex-id=[192640], Content-Length=[0], Date=[Sun, 17 Apr 2022 05:20:35 GMT], Content-Type=[application/json]}
2022-04-17T05:20:35.202Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-17T05:20:35.203Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-17T05:20:35.203Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-17T05:20:35.215Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-17T05:20:35.216Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bc03dc8-a518-480b-a012-a0979b1da7aa and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-17T05:20:35.216Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-17T05:20:35.217Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:35.222Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:35.222Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172835216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:20:35.321Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:20:35.322Z||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-04-17T05:20:35.323Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:35.347Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:35.348Z||pool-150-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:36.067Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:36.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:20:36.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bc03dc8-a518-480b-a012-a0979b1da7aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172835216,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-17T05:20:36.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-17T05:20:36.253Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-17T05:20:36.254Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5a038ecf-26b3-4c36-a4fd-476185aefe82","serviceName":"vFW 2022-04-17 04-43-57","serviceVersion":"1.0","serviceUUID":"b09e957e-45d0-4e70-b4dd-ce5dd613baff","serviceDescription":"catalog service description","serviceInvariantUUID":"3e1d3f47-1162-4901-aaad-12c1d401f070","resources":[{"resourceInstanceName":"vFW e10cf1f7-e153 0","resourceName":"vFW e10cf1f7-e153","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae149a3f-fb2a-4c51-9380-3a420ead146d","resourceInvariantUUID":"bc6923b1-bdd8-453b-8cc6-3adbaa1f3dc9","resourceCustomizationUUID":"5966d0b0-a02d-41ec-b092-3704c5a58063","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml","artifactChecksum":"MDVjOTMyYWIwMTcxZWY1MzdmYTZjOTI2NjZkMzQwNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39969be8-a579-44e4-af27-a7358e51171d","artifactVersion":"1"},{"artifactName":"vfwe10cf1f7e1530_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json","artifactChecksum":"NzFlNWI0MzYzMGI2NzVkZDg0NzgxNTMyOTdkNTE4OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d014e50f-d60f-4c50-ac90-b7cdd44281e7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f58ea490-ff62-4e70-b407-3ba98cf4e280","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml","artifactChecksum":"NTljYzM1MWM3NTBhYjJkMTNlNTMyOWFkN2I2NDQxZDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bc0f584b-43ed-4552-a14b-5b37a2eb3344","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbb5ef8a-c54f-474e-8206-7b3a7fb36683","artifactVersion":"2","generatedFromUUID":"f58ea490-ff62-4e70-b407-3ba98cf4e280"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220417044357-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml","artifactChecksum":"YjE1YTU5MjM1MzZjNTM3OGVhZDUzOTQ0ODliN2I2Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"838d67ef-2323-42c9-8d55-f9cd8175ae20","artifactVersion":"1"},{"artifactName":"service-Vfw20220417044357-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar","artifactChecksum":"ZTYzZWNlOWI2Mzc2MWNhOGFjOGIyOTMxN2QyNmE3YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a81fe1b9-371f-4fa8-b883-39f410c942f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-17T05:20:36.254Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:36.255Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:36.257Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:36.258Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:20:36.358Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:20:36.359Z||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-04-17T05:20:36.359Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:36.432Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:36.433Z||pool-151-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:37.259Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:37.261Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:37.264Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:37.265Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "NOTIFIED"
}
2022-04-17T05:20:37.364Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:20:37.365Z||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-04-17T05:20:37.365Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:37.459Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:37.460Z||pool-152-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:20:38.268Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:38.269Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:38.274Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:38.275Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-17T05:20:38.376Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:20:38.377Z||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-04-17T05:20:38.378Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:38.408Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:38.409Z||pool-153-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:39.276Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:39.277Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:39.284Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:39.285Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:20:39.384Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-17T05:20:39.385Z||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-04-17T05:20:39.385Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:39.485Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:39.487Z||pool-154-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:40.287Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:40.289Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:40.291Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:40.291Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-17T05:20:40.392Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:20:40.393Z||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-04-17T05:20:40.394Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:40.426Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:40.426Z||pool-155-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:41.292Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:41.295Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:41.298Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:41.298Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:20:41.398Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:20:41.399Z||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-04-17T05:20:41.399Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:41.420Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:41.421Z||pool-156-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:42.299Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-17T05:20:42.300Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:42.302Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:42.303Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "NOTIFIED"
}
2022-04-17T05:20:42.404Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:20:42.405Z||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-04-17T05:20:42.405Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:42.467Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:42.468Z||pool-157-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":4,"count":1}
2022-04-17T05:20:43.305Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "serviceName": "vFW 2022-04-17 04-43-57",
  "serviceVersion": "1.0",
  "serviceUUID": "b09e957e-45d0-4e70-b4dd-ce5dd613baff",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3e1d3f47-1162-4901-aaad-12c1d401f070",
  "resources": [
    {
      "resourceInstanceName": "vFW e10cf1f7-e153 0",
      "resourceCustomizationUUID": "5966d0b0-a02d-41ec-b092-3704c5a58063",
      "resourceName": "vFW e10cf1f7-e153",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae149a3f-fb2a-4c51-9380-3a420ead146d",
      "resourceInvariantUUID": "bc6923b1-bdd8-453b-8cc6-3adbaa1f3dc9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe10cf1f7e1530_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
          "artifactChecksum": "NzFlNWI0MzYzMGI2NzVkZDg0NzgxNTMyOTdkNTE4OTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d014e50f-d60f-4c50-ac90-b7cdd44281e7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f58ea490-ff62-4e70-b407-3ba98cf4e280",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bbb5ef8a-c54f-474e-8206-7b3a7fb36683",
            "generatedFromUUID": "f58ea490-ff62-4e70-b407-3ba98cf4e280"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bbb5ef8a-c54f-474e-8206-7b3a7fb36683",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220417044357-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
      "artifactChecksum": "ZTYzZWNlOWI2Mzc2MWNhOGFjOGIyOTMxN2QyNmE3YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a81fe1b9-371f-4fa8-b883-39f410c942f6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-17T05:20:43.305Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-17T05:20:43.305Z|7bc03dc8-a518-480b-a012-a0979b1da7aa|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b09e957e-45d0-4e70-b4dd-ce5dd613baff ASDC
2022-04-17T05:20:43.306Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5a038ecf-26b3-4c36-a4fd-476185aefe82
ServiceName:vFW 2022-04-17 04-43-57
ServiceVersion:1.0
ServiceUUID:b09e957e-45d0-4e70-b4dd-ce5dd613baff
ServiceInvariantUUID:3e1d3f47-1162-4901-aaad-12c1d401f070
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220417044357-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar
ArtifactUUID:a81fe1b9-371f-4fa8-b883-39f410c942f6
ArtifactChecksum:ZTYzZWNlOWI2Mzc2MWNhOGFjOGIyOTMxN2QyNmE3YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e10cf1f7-e153 0
ResourceCustomizationUUID:5966d0b0-a02d-41ec-b092-3704c5a58063
ResourceInvariantUUID:bc6923b1-bdd8-453b-8cc6-3adbaa1f3dc9
ResourceName:vFW e10cf1f7-e153
ResourceType:VF
ResourceUUID:ae149a3f-fb2a-4c51-9380-3a420ead146d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe10cf1f7e1530_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json
ArtifactUUID:d014e50f-d60f-4c50-ac90-b7cdd44281e7
ArtifactChecksum:NzFlNWI0MzYzMGI2NzVkZDg0NzgxNTMyOTdkNTE4OTE=
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/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml
ArtifactUUID:f58ea490-ff62-4e70-b407-3ba98cf4e280
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/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env
ArtifactUUID:bbb5ef8a-c54f-474e-8206-7b3a7fb36683
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/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env
ArtifactUUID:bbb5ef8a-c54f-474e-8206-7b3a7fb36683
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-17T05:20:43.306Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b09e957e-45d0-4e70-b4dd-ce5dd613baff 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-04-17T05:20:43.343Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:20:43.346Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:20:43.347Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:20:43.347Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a81fe1b9-371f-4fa8-b883-39f410c942f6 from URL: /sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:43.347Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:20:43.347Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:44.826Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:20:44.832Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar a81fe1b9-371f-4fa8-b883-39f410c942f6 98982
2022-04-17T05:20:44.833Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar ASDC sendASDCNotification
2022-04-17T05:20:44.833Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:44.833Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:20:44.833Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:44.836Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:44.836Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172844833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:20:44.937Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:20:44.939Z||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-04-17T05:20:44.939Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:45.072Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:45.073Z||pool-158-thread-1|||||INFO|500||cambria reply ok (135 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:45.836Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-17T05:20:45.840Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-17T05:20:45.840Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a81fe1b9-371f-4fa8-b883-39f410c942f6, URL: /sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar to file: /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:45.841Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220417044357-csar.csar
2022-04-17T05:20:45.841Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:45.841Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:46.070Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13076239740107695709/Definitions/service-Vfw20220417044357-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-17T05:20:50.118Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-17T05:20:50.119Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:20:50.119Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.119Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-17T05:20:50.119Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.119Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.119Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.120Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.121Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e10cf1f7-e153 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-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.121Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.121Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:50.121Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-17T05:20:50.121Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.122Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.122Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:50.122Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:20:50.122Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:20:50.123Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.123Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.123Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:50.123Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-17T05:20:50.123Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-17T05:20:50.123Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.124Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.124Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.124Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:50.124Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:50.124Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T05:20:50.124Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.125Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.125Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T05:20:50.125Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.125Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:50.126Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T05:20:50.126Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T05:20:50.126Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.126Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.127Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T05:20:50.127Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.127Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T05:20:50.128Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.128Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-17T05:20:50.128Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.128Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T05:20:50.129Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.129Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:50.129Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:50.130Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.130Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:50.130Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:50.130Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.131Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:50.131Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:50.131Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.132Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:50.132Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:50.132Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T05:20:50.132Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:50.133Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T05:20:50.133Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T05:20:50.133Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.133Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.134Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T05:20:50.134Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.134Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T05:20:50.134Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.135Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c697f897-a359-45f9-886f-a4dc2ddb1fec
2022-04-17T05:20:50.135Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.135Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:50.136Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:50.136Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T05:20:50.136Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.136Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.137Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T05:20:50.137Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.137Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:50.137Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T05:20:50.138Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T05:20:50.138Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.138Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T05:20:50.139Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.139Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=676b6d9d-b7df-4a19-bb89-307a69da3147
2022-04-17T05:20:50.139Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.140Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:50.140Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:50.140Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T05:20:50.141Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.141Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.141Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T05:20:50.142Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.142Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:50.142Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T05:20:50.142Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T05:20:50.142Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:50.143Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:50.143Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T05:20:50.143Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e09bc926-2787-46e3-b942-b1350cdd2aa0
2022-04-17T05:20:50.144Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.144Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.144Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.145Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.145Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.145Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.145Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:50.146Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:50.146Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-17 04-43-57
Description:catalog service description
Model UUID:b09e957e-45d0-4e70-b4dd-ce5dd613baff
Model Version:NULL
Model InvariantUuid:3e1d3f47-1162-4901-aaad-12c1d401f070
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e10cf1f7-e153
Model UUID:227a2b5a-2484-4c81-969c-81526c0ccfea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bc6923b1-bdd8-453b-8cc6-3adbaa1f3dc9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5966d0b0-a02d-41ec-b092-3704c5a58063
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b6cd029c-3bb2-4f5f-ac58-9e75f0fdc0a8
ModelName:VfwE10cf1f7E153..base_vfw..module-0
ModelUuid:e9e5aeec-428c-4c56-ba35-c77b799ee2e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c697f897-a359-45f9-886f-a4dc2ddb1fec
ModelInvariantUuid:37b24c52-39ce-44ef-b866-fd0a7de50f8b
ModelName:vFW e10cf1f7-e153-nodes.vfwCvfc
ModelUuid:18dd7ae5-9f69-4b3c-9b58-9ffe83c286db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f387ed95-17d8-484f-8437-8fc5ff06d1d4
ModelInvariantUuid:870ce7b9-cbc8-4dd2-a9e1-8ca954674a22
ModelName:VfwE10cf1f7E153.compute.nodes.heat.vfw
ModelUuid:056369fb-b802-410f-9f6b-d81b6f043998
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:676b6d9d-b7df-4a19-bb89-307a69da3147
ModelInvariantUuid:0bae6f7c-0142-4787-9e60-a229574ad884
ModelName:vFW e10cf1f7-e153-nodes.vsnCvfc
ModelUuid:3ea5382c-f099-410b-96e0-944d63908d86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:17a8cfbd-8015-48c5-ac0c-ab9de9a7a28b
ModelInvariantUuid:711350e7-dc22-4ab2-93ca-9461fe628c5f
ModelName:VfwE10cf1f7E153.compute.nodes.heat.vsn
ModelUuid:d5af4d5c-63e6-4e05-a620-84e191c4d2f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e09bc926-2787-46e3-b942-b1350cdd2aa0
ModelInvariantUuid:535ab5d3-76b6-4cca-8d23-860fe63bfb27
ModelName:vFW e10cf1f7-e153-nodes.vpgCvfc
ModelUuid:548d1466-2f3c-46cd-8eb6-c415866259e1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:55cfc5ad-0c20-4d7a-94f1-eca5fef0278e
ModelInvariantUuid:b8beb391-9e9b-413c-9812-1ac5d44090f9
ModelName:VfwE10cf1f7E153.compute.nodes.heat.vpg
ModelUuid:9e4d6863-cf53-47d6-a305-f72a5ba8c27e
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-04-17T05:20:50.160Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ae149a3f-fb2a-4c51-9380-3a420ead146d
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-04-17T05:20:50.164Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||vFW e10cf1f7-e153 0
2022-04-17T05:20:50.165Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae149a3f-fb2a-4c51-9380-3a420ead146d
2022-04-17T05:20:50.165Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d014e50f-d60f-4c50-ac90-b7cdd44281e7 from URL: /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json
2022-04-17T05:20:50.165Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:20:50.166Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json
2022-04-17T05:20:50.518Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:20:50.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json d014e50f-d60f-4c50-ac90-b7cdd44281e7 785
2022-04-17T05:20:50.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json ASDC sendASDCNotification
2022-04-17T05:20:50.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json
2022-04-17T05:20:50.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:20:50.520Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:50.522Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:50.522Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172850519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:20:50.622Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:20:50.623Z||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-04-17T05:20:50.624Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:50.679Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:50.681Z||pool-159-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:51.523Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE10cf1f7E153..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b6cd029c-3bb2-4f5f-ac58-9e75f0fdc0a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9e5aeec-428c-4c56-ba35-c77b799ee2e3",
    "vfModuleModelCustomizationUUID": "015906a9-0944-437d-a37a-c89539254c13",
    "isBase": true,
    "artifacts": [
      "f58ea490-ff62-4e70-b407-3ba98cf4e280",
      "bbb5ef8a-c54f-474e-8206-7b3a7fb36683"
    ],
    "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-04-17T05:20:51.528Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE10cf1f7E153..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9e5aeec-428c-4c56-ba35-c77b799ee2e3
VfModuleModelInvariantUUID:b6cd029c-3bb2-4f5f-ac58-9e75f0fdc0a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f58ea490-ff62-4e70-b407-3ba98cf4e280
,
bbb5ef8a-c54f-474e-8206-7b3a7fb36683

}
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-04-17T05:20:51.531Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE10cf1f7E153..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b6cd029c-3bb2-4f5f-ac58-9e75f0fdc0a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9e5aeec-428c-4c56-ba35-c77b799ee2e3",
    "vfModuleModelCustomizationUUID": "015906a9-0944-437d-a37a-c89539254c13",
    "isBase": true,
    "artifacts": [
      "f58ea490-ff62-4e70-b407-3ba98cf4e280",
      "bbb5ef8a-c54f-474e-8206-7b3a7fb36683"
    ],
    "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-04-17T05:20:51.532Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE10cf1f7E153..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9e5aeec-428c-4c56-ba35-c77b799ee2e3
VfModuleModelInvariantUUID:b6cd029c-3bb2-4f5f-ac58-9e75f0fdc0a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
f58ea490-ff62-4e70-b407-3ba98cf4e280
,
bbb5ef8a-c54f-474e-8206-7b3a7fb36683

}
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-04-17T05:20:51.532Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f58ea490-ff62-4e70-b407-3ba98cf4e280 from URL: /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml
2022-04-17T05:20:51.532Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:20:51.532Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml
2022-04-17T05:20:51.853Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:20:51.854Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml f58ea490-ff62-4e70-b407-3ba98cf4e280 20368
2022-04-17T05:20:51.854Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T05:20:51.854Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml
2022-04-17T05:20:51.854Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:20:51.854Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:51.861Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:51.861Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172851854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:20:51.963Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-17T05:20:51.964Z||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-04-17T05:20:51.964Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:51.984Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:51.985Z||pool-160-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:52.863Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bbb5ef8a-c54f-474e-8206-7b3a7fb36683 from URL: /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env
2022-04-17T05:20:52.865Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-17T05:20:52.865Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env
2022-04-17T05:20:53.154Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-17T05:20:53.154Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env bbb5ef8a-c54f-474e-8206-7b3a7fb36683 2098
2022-04-17T05:20:53.155Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T05:20:53.155Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env
2022-04-17T05:20:53.155Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-17T05:20:53.155Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:53.159Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:53.159Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172853155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-17T05:20:53.265Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-17T05:20:53.266Z||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-04-17T05:20:53.266Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:53.324Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:53.325Z||pool-161-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:20:54.160Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b09e957e-45d0-4e70-b4dd-ce5dd613baff
2022-04-17T05:20:54.162Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e10cf1f7-e153 0 ae149a3f-fb2a-4c51-9380-3a420ead146d 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-04-17T05:20:54.180Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71cb590d, org.onap.sdc.toscaparser.api.parameters.Input@1ce91b4, org.onap.sdc.toscaparser.api.parameters.Input@7e6ff82f, org.onap.sdc.toscaparser.api.parameters.Input@6b24c0ea, org.onap.sdc.toscaparser.api.parameters.Input@400cffb2]
2022-04-17T05:20:54.182Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.182Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.182Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-17T05:20:54.182Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5966d0b0-a02d-41ec-b092-3704c5a58063
2022-04-17T05:20:54.182Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5966d0b0-a02d-41ec-b092-3704c5a58063 matches Tosca VF Customization UUID: 5966d0b0-a02d-41ec-b092-3704c5a58063
2022-04-17T05:20:54.183Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5966d0b0-a02d-41ec-b092-3704c5a58063  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-04-17T05:20:54.186Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.186Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.187Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5966d0b0-a02d-41ec-b092-3704c5a58063: {\"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-04-17T05:20:54.187Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@797b18d6
2022-04-17T05:20:54.187Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.187Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-17T05:20:54.188Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 015906a9-0944-437d-a37a-c89539254c13
2022-04-17T05:20:54.188Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 015906a9-0944-437d-a37a-c89539254c13
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-04-17T05:20:54.191Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.191Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:54.192Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:54.192Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.192Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:54.192Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:54.193Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.193Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:54.193Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:54.193Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-17T05:20:54.194Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:54.194Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T05:20:54.194Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T05:20:54.194Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.194Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:54.194Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T05:20:54.195Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:54.195Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T05:20:54.195Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.195Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c697f897-a359-45f9-886f-a4dc2ddb1fec
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-04-17T05:20:54.201Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.201Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:54.201Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:54.202Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.202Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:54.202Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:54.202Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T05:20:54.202Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-17T05:20:54.203Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:54.204Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-17T05:20:54.204Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.204Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=676b6d9d-b7df-4a19-bb89-307a69da3147
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-04-17T05:20:54.207Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.207Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:54.207Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:54.207Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.208Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is not matching search criteria
2022-04-17T05:20:54.208Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-17T05:20:54.208Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-17T05:20:54.208Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.208Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-17T05:20:54.209Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-17T05:20:54.210Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-17T05:20:54.210Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e09bc926-2787-46e3-b942-b1350cdd2aa0
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-04-17T05:20:54.212Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.213Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:54.213Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-17T05:20:54.213Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.213Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Node template vFW e10cf1f7-e153 0 is matching search criteria
2022-04-17T05:20:54.213Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e10cf1f7-e153 0] matching following query criteria: sdcType=VF, customizationUUID=5966d0b0-a02d-41ec-b092-3704c5a58063
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-04-17T05:20:54.216Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.216Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.216Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b09e957e-45d0-4e70-b4dd-ce5dd613baff: vFW e10cf1f7-e153
2022-04-17T05:20:54.217Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.217Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.217Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.217Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.217Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.218Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.218Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.218Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.218Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-17T05:20:54.218Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-04-17 04-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-17T05:20:54.218Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-04-17 04-43-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-04-17T05:20:54.506Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e10cf1f7-e153 ae149a3f-fb2a-4c51-9380-3a420ead146d 1 ASDC deployResourceStructure
2022-04-17T05:20:54.507Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json ASDC sendASDCNotification
2022-04-17T05:20:54.507Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json
2022-04-17T05:20:54.507Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:20:54.507Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:54.511Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:54.511Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172854507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vfwe10cf1f7e1530_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-17T05:20:54.613Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-17T05:20:54.615Z||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-04-17T05:20:54.615Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:54.645Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:54.649Z||pool-162-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:55.513Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-17T05:20:55.513Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml
2022-04-17T05:20:55.513Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:20:55.514Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:55.517Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:55.517Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172855512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-17T05:20:55.617Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-17T05:20:55.618Z||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-04-17T05:20:55.618Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:55.635Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:55.636Z||pool-163-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:56.518Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-17T05:20:56.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env
2022-04-17T05:20:56.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:20:56.519Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:56.521Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:56.522Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172856518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-17T05:20:56.622Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:20:56.624Z||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-04-17T05:20:56.624Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:56.647Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:56.648Z||pool-164-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-17T05:20:57.523Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar ASDC sendASDCNotification
2022-04-17T05:20:57.523Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar
2022-04-17T05:20:57.524Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-17T05:20:57.524Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-17T05:20:57.529Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-17T05:20:57.529Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172857522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/artifacts/service-Vfw20220417044357-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-17T05:20:57.629Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-17T05:20:57.631Z||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-04-17T05:20:57.631Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as uKlnRB3EgBTPmG9T) ...
2022-04-17T05:20:57.681Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:20:57.682Z||pool-165-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-04-17T05:20:58.531Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a038ecf-26b3-4c36-a4fd-476185aefe82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:20:58.587Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a038ecf-26b3-4c36-a4fd-476185aefe82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:20:58.599Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:20:58.599Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:20:58.599Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:20:58.600Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-17T05:21:28.151Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-17T05:21:28.153Z||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-04-17T05:21:28.154Z||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 uKlnRB3EgBTPmG9T) ...
2022-04-17T05:21:28.336Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-17T05:21:28.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-17T05:21:28.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5a038ecf-26b3-4c36-a4fd-476185aefe82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650172514726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220417044357/1.0/resourceInstances/vfwe10cf1f7e1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-17T05:21:28.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-17T05:21:28.600Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5a038ecf-26b3-4c36-a4fd-476185aefe82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-17T05:21:28.619Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5a038ecf-26b3-4c36-a4fd-476185aefe82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-17T05:21:28.623Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-17T05:21:28.624Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-17T05:21:28.624Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-17T05:21:28.624Z|5a038ecf-26b3-4c36-a4fd-476185aefe82|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.