Results

By type

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

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

2022-03-10T15:00:19.364Z||main|||||INFO|500||The following profiles are active: basic
2022-03-10T15:00:32.271Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-10T15:00:32.272Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-10T15:00:32.383Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-10T15:00:36.419Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-10T15:00:36.840Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-10T15:00:37.354Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-10T15:00:37.363Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-10T15:00:37.474Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-10T15:00:37.711Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-10T15:00:38.339Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-10T15:00:40.292Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T15:00:42.879Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T15:00:42.939Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-10T15:00:43.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T15:00:43.692Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-10T15:00:45.357Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T15:00:46.775Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-10T15:00:46.799Z||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$$1cee29c1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-10T15:00:46.800Z||main|||||WARN|500||The sdc end point is not alive
2022-03-10T15:00:50.723Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-10T15:00:54.027Z||main|||||WARN|500||---
2022-03-10T15:00:54.028Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-10T15:00:54.029Z||main|||||WARN|500||---
2022-03-10T15:00:54.444Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-10T15:00:59.688Z||main|||||INFO|500||Started Application in 44.234 seconds (JVM running for 46.826)
2022-03-10T15:00:59.719Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T15:00:59.727Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T15:00:59.745Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T15:00:59.781Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T15:00:59.820Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a8eb63f-ec1f-47e3-bd13-8316a0b7d5cd url= /sdc/v1/artifactTypes
2022-03-10T15:00:59.821Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T15:01:00.081Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-10T15:01:00.105Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-10T15:01:00.126Z||scheduling-1|||||DEBUG|500||create keys
2022-03-10T15:01:00.133Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-10T15:01:00.184Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:01:00.201Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9ac22424-cf11-4cb1-86a5-d01f3f98bdc7 url= /sdc/v1/registerForDistribution
2022-03-10T15:01:00.482Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9ac22424-cf11-4cb1-86a5-d01f3f98bdc7 url= /sdc/v1/registerForDistribution
2022-03-10T15:01:00.483Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-10T15:01:00.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:01:00.497Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-10T15:01:00.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:01:00.499Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:01:00.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:01:00.510Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:01:00.510Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:01:10.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:01:10.913Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:02:00.489Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:02:00.490Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:02:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:02:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:02:00.492Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:02:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:02:10.078Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:02:10.081Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:03:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:03:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:03:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:03:00.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:03:00.493Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:03:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:03:10.060Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:03:10.060Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:04:00.489Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:04:00.491Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:04:00.491Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:04:00.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:04:00.492Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:04:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:04:10.050Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:04:10.051Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:05:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:05:00.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:05:00.490Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:05:00.491Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:05:00.492Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:05:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:05:10.045Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:05:10.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:06:00.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:06:00.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:06:00.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:06:00.494Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:06:00.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:06:00.494Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:06:10.049Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:06:10.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:07:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:07:00.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:07:00.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:07:00.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:07:00.494Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:07:00.494Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:07:10.060Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:07:10.061Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:08:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:08:00.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:08:00.491Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:08:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:08:00.494Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:08:00.494Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:08:10.079Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:08:10.081Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:09:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:09:00.491Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:09:00.491Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:09:00.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:09:00.492Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:09:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:09:10.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:09:10.042Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:10:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:10:00.491Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:10:00.491Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:10:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:10:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:10:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:10:10.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:10:10.046Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:11:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:11:00.491Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:11:00.491Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:11:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:11:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:11:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:11:10.042Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:11:10.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:11:10.807Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-10T15:12:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:12:00.491Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:12:00.491Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:12:00.491Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:12:00.492Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:12:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:12:10.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:12:10.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:13:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:13:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:13:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:13:00.492Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:13:00.493Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:13:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:13:10.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:13:10.045Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:14:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:14:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:14:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:14:00.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:14:00.495Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:14:00.496Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:14:10.043Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:14:10.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:15:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:15:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:15:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:15:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:15:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:15:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:15:10.048Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:15:10.051Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:16:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:16:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:16:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:16:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:16:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:16:00.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:16:10.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:16:10.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:17:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:17:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:17:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:17:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:17:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:17:00.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:17:10.053Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:17:10.055Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:18:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:18:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:18:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:18:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:18:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:18:00.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:18:10.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:18:10.049Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:19:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:19:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:19:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:19:00.491Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:19:00.492Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:19:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:19:10.051Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:19:10.053Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:20:00.490Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:20:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:20:00.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:20:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:20:00.492Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:20:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:20:10.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:20:10.041Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:21:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:21:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:21:00.492Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:21:00.493Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:21:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:21:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:21:10.042Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:21:10.045Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:22:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:22:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:22:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:22:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:22:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:22:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:22:10.049Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:22:10.052Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:23:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:23:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:23:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:23:00.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:23:00.492Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:23:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:23:10.043Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:23:10.048Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:24:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:24:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:24:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:24:00.491Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:24:00.492Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:24:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:24:10.043Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:24:10.042Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:25:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:25:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:25:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:25:00.493Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:25:00.494Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:25:00.494Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:25:10.049Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:25:10.049Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:26:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:26:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:26:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:26:00.492Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:26:00.493Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:26:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:26:10.035Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:26:10.036Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:27:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:27:00.490Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:27:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:27:00.491Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:27:00.492Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:27:00.494Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:27:10.040Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:27:10.050Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:28:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:28:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:28:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:28:00.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:28:00.492Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:28:00.492Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:28:10.052Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:28:10.056Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:29:00.490Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:29:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:29:00.494Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:29:00.494Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:29:00.494Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:29:00.495Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:29:10.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:29:10.096Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:00.489Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:30:00.491Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:30:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:00.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:30:00.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:30:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:08.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:08.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T15:30:08.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"73e29957-42c3-49c8-8401-d19f5b0983e9","serviceName":"basic_onboard_wgKACB","serviceVersion":"1.0","serviceUUID":"77905395-6d05-40b6-a0ca-a1ca31f14907","serviceDescription":"service","serviceInvariantUUID":"e99a5036-05f5-4036-88da-a5da51a1aa4a","resources":[{"resourceInstanceName":"basic_onboard_wgKACB 0","resourceName":"basic_onboard_wgKACB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e66fef82-8d38-4557-be42-08f0ee73d3ce","resourceInvariantUUID":"94307b1e-38e7-4abe-a399-8b0eab38aa77","resourceCustomizationUUID":"75d37443-2cda-4c6d-a59d-0ea95804325d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml","artifactChecksum":"NDg1MmNkYTQwYzE0YTdkNGIyOWY4NjU2ODEwYjc4MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5323a05a-3da2-4e9f-a909-8dbb6a7ae112","artifactVersion":"1"},{"artifactName":"basic_onboard_wgkacb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json","artifactChecksum":"MDE2NDIxNDMyYTFkNWQ4NmE2ZGNjMmI1MTQzZWE4ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df68e2e9-f062-4d0d-9e13-81176fd0e9e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"996db51e-6bb0-4b3c-bb45-04b46d418671","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dbc6acf-0841-49db-8689-8ac481979dec","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86","artifactVersion":"2","generatedFromUUID":"996db51e-6bb0-4b3c-bb45-04b46d418671"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWgkacb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml","artifactChecksum":"MzkyOTVjODIxNTYwOTlkMTZhNjljZTcwOTljMmIyNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42e294a2-3180-47a8-838e-c121b84e3d3d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWgkacb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar","artifactChecksum":"YWEzYmYxMWJmZTFlMmNiZWE0ZDA5OGJhNzUyNGYwM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0475f150-2510-47b0-b62d-dc0180ce5f19","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:30:08.860Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:08.867Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:08.904Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:08.904Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:30:08.985Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-03-10T15:30:08.990Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:08.991Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:09.021Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:09.023Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:30:09.103Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:09.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:30:09.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:30:09.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:30:09.916Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:09.916Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:09.919Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:09.919Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:30:10.019Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:10.021Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:10.021Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:10.035Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:10.036Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:10.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:10.921Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:10.924Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:10.924Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:30:11.025Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:11.027Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:11.028Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:11.045Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:11.046Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:11.924Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:11.928Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:11.930Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:11.931Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:30:12.033Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-10T15:30:12.034Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:12.035Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:12.047Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:12.048Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:12.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:12.933Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:12.936Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:12.936Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T15:30:13.039Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-10T15:30:13.040Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:13.041Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:13.058Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:13.058Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:13.937Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:13.938Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:13.941Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:13.942Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:30:14.042Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:14.043Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:14.043Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:14.057Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:14.057Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:30:14.942Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:30:14.943Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:14.946Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:14.946Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:30:15.046Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:15.047Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:15.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:15.065Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:15.065Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:15.949Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "serviceName": "basic_onboard_wgKACB",
  "serviceVersion": "1.0",
  "serviceUUID": "77905395-6d05-40b6-a0ca-a1ca31f14907",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e99a5036-05f5-4036-88da-a5da51a1aa4a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_wgKACB 0",
      "resourceCustomizationUUID": "75d37443-2cda-4c6d-a59d-0ea95804325d",
      "resourceName": "basic_onboard_wgKACB",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e66fef82-8d38-4557-be42-08f0ee73d3ce",
      "resourceInvariantUUID": "94307b1e-38e7-4abe-a399-8b0eab38aa77",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wgkacb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
          "artifactChecksum": "MDE2NDIxNDMyYTFkNWQ4NmE2ZGNjMmI1MTQzZWE4ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "df68e2e9-f062-4d0d-9e13-81176fd0e9e6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "996db51e-6bb0-4b3c-bb45-04b46d418671",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86",
            "generatedFromUUID": "996db51e-6bb0-4b3c-bb45-04b46d418671"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWgkacb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
      "artifactChecksum": "YWEzYmYxMWJmZTFlMmNiZWE0ZDA5OGJhNzUyNGYwM2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0475f150-2510-47b0-b62d-dc0180ce5f19"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:30:15.950Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:30:15.951Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 77905395-6d05-40b6-a0ca-a1ca31f14907 ASDC
2022-03-10T15:30:16.090Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:73e29957-42c3-49c8-8401-d19f5b0983e9
ServiceName:basic_onboard_wgKACB
ServiceVersion:1.0
ServiceUUID:77905395-6d05-40b6-a0ca-a1ca31f14907
ServiceInvariantUUID:e99a5036-05f5-4036-88da-a5da51a1aa4a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWgkacb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar
ArtifactUUID:0475f150-2510-47b0-b62d-dc0180ce5f19
ArtifactChecksum:YWEzYmYxMWJmZTFlMmNiZWE0ZDA5OGJhNzUyNGYwM2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wgKACB 0
ResourceCustomizationUUID:75d37443-2cda-4c6d-a59d-0ea95804325d
ResourceInvariantUUID:94307b1e-38e7-4abe-a399-8b0eab38aa77
ResourceName:basic_onboard_wgKACB
ResourceType:VF
ResourceUUID:e66fef82-8d38-4557-be42-08f0ee73d3ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wgkacb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json
ArtifactUUID:df68e2e9-f062-4d0d-9e13-81176fd0e9e6
ArtifactChecksum:MDE2NDIxNDMyYTFkNWQ4NmE2ZGNjMmI1MTQzZWE4ZGQ=
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/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:996db51e-6bb0-4b3c-bb45-04b46d418671
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/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env
ArtifactUUID:c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86
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/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env
ArtifactUUID:c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:30:16.090Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77905395-6d05-40b6-a0ca-a1ca31f14907 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:30:16.411Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:30:16.412Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T15:30:16.416Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T15:30:16.417Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0475f150-2510-47b0-b62d-dc0180ce5f19 from URL: /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:16.417Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:30:16.425Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:16.615Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:30:16.632Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar 0475f150-2510-47b0-b62d-dc0180ce5f19 71570
2022-03-10T15:30:16.634Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar ASDC sendASDCNotification
2022-03-10T15:30:16.634Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:16.635Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:30:16.636Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:16.638Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:16.638Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926216632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:30:16.738Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:16.739Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:16.740Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:16.753Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:16.753Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:30:17.639Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:30:17.641Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T15:30:17.642Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0475f150-2510-47b0-b62d-dc0180ce5f19, URL: /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar to file: /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:17.643Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:17.757Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:17.758Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:18.444Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17055519462586714518/Definitions/service-BasicOnboardWgkacb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-10T15:30:20.495Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:30:20.501Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T15:30:20.501Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.501Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T15:30:20.502Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.502Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.502Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.502Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.502Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.503Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wgKACB 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-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.503Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.503Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.503Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:20.504Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T15:30:20.511Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.513Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.518Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:20.518Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T15:30:20.520Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:30:20.522Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.522Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.522Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:20.522Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T15:30:20.523Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:30:20.523Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.523Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.527Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.527Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is not matching search criteria
2022-03-10T15:30:20.527Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-10T15:30:20.528Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-10T15:30:20.528Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-10T15:30:20.528Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T15:30:20.529Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:30:20.529Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.529Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:30:20.530Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.531Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:20.531Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:30:20.532Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.532Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:20.532Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:30:20.532Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.533Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:20.533Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:30:20.533Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.534Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is not matching search criteria
2022-03-10T15:30:20.534Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T15:30:20.534Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T15:30:20.535Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87b76a79-070d-486f-9172-8e749d53aa73
2022-03-10T15:30:20.535Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.535Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.535Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.536Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.536Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.536Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.537Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:20.537Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:20.537Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_wgKACB
Description:service
Model UUID:77905395-6d05-40b6-a0ca-a1ca31f14907
Model Version:NULL
Model InvariantUuid:e99a5036-05f5-4036-88da-a5da51a1aa4a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_wgKACB
Model UUID:0c5adc00-7466-45da-afdc-1c4ae72ea1f4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94307b1e-38e7-4abe-a399-8b0eab38aa77
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:75d37443-2cda-4c6d-a59d-0ea95804325d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:765da204-624f-41a6-9975-86f31f6b9c4c
ModelName:BasicOnboardWgkacb..base_ubuntu18..module-0
ModelUuid:0be63ca3-5899-45e7-a82a-7fe97f18d2fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:87b76a79-070d-486f-9172-8e749d53aa73
ModelInvariantUuid:bb08a2d1-b8c7-4f04-a3ce-fb4a8b7588cd
ModelName:basic_onboard_wgKACB-nodes.ubuntu18Cvfc
ModelUuid:ec28c1c7-3d26-471e-8592-719aa89052fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4870edef-48cf-443b-b8a9-2ef201b04741
ModelInvariantUuid:a68c33bf-3f9a-41ea-9ba0-e9326de202ec
ModelName:BasicOnboardWgkacb.compute.nodes.heat.ubuntu18
ModelUuid:0324be50-e8dd-44b0-bf66-5e022065b469
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:30:20.559Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e66fef82-8d38-4557-be42-08f0ee73d3ce
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:30:20.659Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||basic_onboard_wgKACB 0
2022-03-10T15:30:20.667Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e66fef82-8d38-4557-be42-08f0ee73d3ce
2022-03-10T15:30:20.667Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: df68e2e9-f062-4d0d-9e13-81176fd0e9e6 from URL: /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json
2022-03-10T15:30:20.667Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:30:20.668Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json
2022-03-10T15:30:21.003Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:30:21.004Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json df68e2e9-f062-4d0d-9e13-81176fd0e9e6 798
2022-03-10T15:30:21.005Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json ASDC sendASDCNotification
2022-03-10T15:30:21.005Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json
2022-03-10T15:30:21.005Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:30:21.005Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:21.009Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:21.009Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926221005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:30:21.109Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:21.117Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:21.117Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:21.130Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:21.131Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:22.011Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWgkacb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "765da204-624f-41a6-9975-86f31f6b9c4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0be63ca3-5899-45e7-a82a-7fe97f18d2fa",
    "vfModuleModelCustomizationUUID": "f30c3039-d015-4857-8d51-c8ec78b7bf53",
    "isBase": true,
    "artifacts": [
      "996db51e-6bb0-4b3c-bb45-04b46d418671",
      "c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86"
    ],
    "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-03-10T15:30:22.025Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWgkacb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0be63ca3-5899-45e7-a82a-7fe97f18d2fa
VfModuleModelInvariantUUID:765da204-624f-41a6-9975-86f31f6b9c4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
996db51e-6bb0-4b3c-bb45-04b46d418671
,
c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86

}
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-03-10T15:30:22.028Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWgkacb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "765da204-624f-41a6-9975-86f31f6b9c4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0be63ca3-5899-45e7-a82a-7fe97f18d2fa",
    "vfModuleModelCustomizationUUID": "f30c3039-d015-4857-8d51-c8ec78b7bf53",
    "isBase": true,
    "artifacts": [
      "996db51e-6bb0-4b3c-bb45-04b46d418671",
      "c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86"
    ],
    "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-03-10T15:30:22.028Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWgkacb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0be63ca3-5899-45e7-a82a-7fe97f18d2fa
VfModuleModelInvariantUUID:765da204-624f-41a6-9975-86f31f6b9c4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
996db51e-6bb0-4b3c-bb45-04b46d418671
,
c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86

}
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-03-10T15:30:22.028Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 996db51e-6bb0-4b3c-bb45-04b46d418671 from URL: /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml
2022-03-10T15:30:22.029Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:30:22.029Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml
2022-03-10T15:30:22.370Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:30:22.371Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml 996db51e-6bb0-4b3c-bb45-04b46d418671 5033
2022-03-10T15:30:22.372Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T15:30:22.372Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml
2022-03-10T15:30:22.372Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:30:22.373Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:22.376Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:22.376Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926222372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:30:22.476Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:22.477Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:22.478Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:22.491Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:22.492Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:23.377Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86 from URL: /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env
2022-03-10T15:30:23.378Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:30:23.378Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env
2022-03-10T15:30:23.575Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:30:23.576Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env c9bac2ee-66e1-4ff9-ad5d-b955ad37ae86 909
2022-03-10T15:30:23.577Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T15:30:23.577Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env
2022-03-10T15:30:23.577Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:30:23.577Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:23.580Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:23.580Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926223577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:30:23.681Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:23.682Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:23.683Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:23.698Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:23.699Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:24.582Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 77905395-6d05-40b6-a0ca-a1ca31f14907
2022-03-10T15:30:24.582Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wgKACB 0 e66fef82-8d38-4557-be42-08f0ee73d3ce ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:30:24.616Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@375616b9, org.onap.sdc.toscaparser.api.parameters.Input@44e78ea6, org.onap.sdc.toscaparser.api.parameters.Input@536d1e0, org.onap.sdc.toscaparser.api.parameters.Input@5526d0b6, org.onap.sdc.toscaparser.api.parameters.Input@5242e775]
2022-03-10T15:30:24.620Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.621Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.621Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:30:24.621Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 75d37443-2cda-4c6d-a59d-0ea95804325d
2022-03-10T15:30:24.621Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75d37443-2cda-4c6d-a59d-0ea95804325d matches Tosca VF Customization UUID: 75d37443-2cda-4c6d-a59d-0ea95804325d
2022-03-10T15:30:24.621Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 75d37443-2cda-4c6d-a59d-0ea95804325d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:30:24.631Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.631Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.633Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 75d37443-2cda-4c6d-a59d-0ea95804325d: {\"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-03-10T15:30:24.633Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23546c93
2022-03-10T15:30:24.634Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.634Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:30:24.635Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f30c3039-d015-4857-8d51-c8ec78b7bf53
2022-03-10T15:30:24.636Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f30c3039-d015-4857-8d51-c8ec78b7bf53
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:30:24.648Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.649Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:24.649Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:30:24.651Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.651Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:24.651Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:30:24.652Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.652Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is not matching search criteria
2022-03-10T15:30:24.653Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T15:30:24.653Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T15:30:24.654Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=87b76a79-070d-486f-9172-8e749d53aa73
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:30:24.664Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.665Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:24.666Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:30:24.666Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.666Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wgKACB 0 is matching search criteria
2022-03-10T15:30:24.667Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wgKACB 0] matching following query criteria: sdcType=VF, customizationUUID=75d37443-2cda-4c6d-a59d-0ea95804325d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:30:24.669Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.669Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.670Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 77905395-6d05-40b6-a0ca-a1ca31f14907: basic_onboard_wgKACB
2022-03-10T15:30:24.670Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.670Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.670Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.670Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.671Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.671Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.671Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.672Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.672Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:30:24.672Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wgKACB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:30:24.672Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_wgKACB 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:30:24.901Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wgKACB e66fef82-8d38-4557-be42-08f0ee73d3ce 1 ASDC deployResourceStructure
2022-03-10T15:30:24.902Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json ASDC sendASDCNotification
2022-03-10T15:30:24.902Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json
2022-03-10T15:30:24.903Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:30:24.903Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:24.905Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:24.905Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926224902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:30:25.006Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:25.008Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:25.008Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:25.021Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:25.022Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:30:25.906Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T15:30:25.907Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml
2022-03-10T15:30:25.907Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:30:25.907Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:25.909Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:25.909Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926225906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:30:26.010Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:30:26.011Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:26.011Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:26.024Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:26.024Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:30:26.910Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T15:30:26.911Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env
2022-03-10T15:30:26.911Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:30:26.911Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:26.913Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:26.913Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926226910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:30:27.014Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:30:27.015Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:27.015Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:27.031Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:27.031Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:27.914Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar ASDC sendASDCNotification
2022-03-10T15:30:27.915Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar
2022-03-10T15:30:27.915Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:30:27.915Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:30:27.918Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:30:27.918Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926227914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:30:28.018Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:30:28.019Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:30:28.019Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:30:28.036Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:30:28.036Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:30:28.919Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:30:28.948Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:30:28.952Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:30:28.952Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:30:28.953Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:30:58.953Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:30:58.969Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:30:58.974Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:30:58.975Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:30:58.976Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:31:00.492Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:31:00.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:31:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:31:00.520Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:31:00.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:31:00.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:31:00.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:31:28.976Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:31:28.986Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:31:28.988Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:31:28.989Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:31:28.989Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:31:58.989Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:31:59.001Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:31:59.003Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:31:59.003Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:31:59.004Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:32:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:32:00.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:32:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:32:00.516Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:32:00.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:32:00.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:32:00.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:32:00.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:32:00.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:32:00.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:32:00.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:32:00.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:32:00.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:32:29.004Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:32:29.015Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:32:29.017Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:32:29.018Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:32:29.018Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:32:59.018Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:32:59.032Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:32:59.034Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:32:59.034Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:32:59.034Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:33:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:33:00.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:33:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:33:00.515Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:33:00.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926199171,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926197943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926203985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "dcae-sch",
  "timestamp": 1646926207517,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926202499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926202586,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926200489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926208808,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926216193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926215605,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926215989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926216632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926217001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926216815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926217481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "policy-id",
  "timestamp": 1646926218007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.563Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73e29957-42c3-49c8-8401-d19f5b0983e9
2022-03-10T15:33:00.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73e29957-42c3-49c8-8401-d19f5b0983e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "cds",
  "timestamp": 1646926217851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.577Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73e29957-42c3-49c8-8401-d19f5b0983e9
2022-03-10T15:33:00.578Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73e29957-42c3-49c8-8401-d19f5b0983e9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926218854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926219928,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73e29957-42c3-49c8-8401-d19f5b0983e9
2022-03-10T15:33:00.590Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73e29957-42c3-49c8-8401-d19f5b0983e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:33:00.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926221005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926220310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926220955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926221317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.605Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73e29957-42c3-49c8-8401-d19f5b0983e9
2022-03-10T15:33:00.605Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73e29957-42c3-49c8-8401-d19f5b0983e9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926222372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926214774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926223577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.615Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926223369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926222917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926224902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/basic_onboard_wgkacb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926225377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926225906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "clamp",
  "timestamp": 1646926226386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 73e29957-42c3-49c8-8401-d19f5b0983e9
2022-03-10T15:33:00.625Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73e29957-42c3-49c8-8401-d19f5b0983e9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926226910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/resourceInstances/basic_onboard_wgkacb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.635Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926227914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926238427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWgkacb/1.0/artifacts/service-BasicOnboardWgkacb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.637Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "aai-ml",
  "timestamp": 1646926239434,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.642Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73e29957-42c3-49c8-8401-d19f5b0983e9
2022-03-10T15:33:00.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73e29957-42c3-49c8-8401-d19f5b0983e9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.658Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.659Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926237946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926238807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926239171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926242499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926244775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:33:00.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926252452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.675Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926253055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926252834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.676Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926252800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "dcae-sch",
  "timestamp": 1646926247517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:33:00.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:33:00.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "cds",
  "timestamp": 1646926253459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e58cc74-88a8-441b-99c3-84651745344d
2022-03-10T15:33:00.695Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e58cc74-88a8-441b-99c3-84651745344d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926253838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926254154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.705Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "policy-id",
  "timestamp": 1646926254841,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.713Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e58cc74-88a8-441b-99c3-84651745344d
2022-03-10T15:33:00.713Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e58cc74-88a8-441b-99c3-84651745344d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:33:00.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926255360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:33:00.724Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:00.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926256406,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:00.730Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e58cc74-88a8-441b-99c3-84651745344d
2022-03-10T15:33:00.730Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e58cc74-88a8-441b-99c3-84651745344d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:33:00.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:33:00.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926257411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:33:00.738Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:33:29.035Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:33:29.055Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:33:29.059Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:33:29.059Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:33:29.059Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:33:29.059Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:33:29.060Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:33:29.070Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:33:59.071Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73e29957-42c3-49c8-8401-d19f5b0983e9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:33:59.083Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73e29957-42c3-49c8-8401-d19f5b0983e9 and serviceModelVersionId: 77905395-6d05-40b6-a0ca-a1ca31f14907
2022-03-10T15:33:59.083Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e99a5036-05f5-4036-88da-a5da51a1aa4a
2022-03-10T15:34:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:34:00.492Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:34:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:01.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:01.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926266481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "aai-ml",
  "timestamp": 1646926267486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:34:01.036Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e58cc74-88a8-441b-99c3-84651745344d
2022-03-10T15:34:01.036Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e58cc74-88a8-441b-99c3-84651745344d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:34:01.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:01.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926262586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:34:01.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926263985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:34:01.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:34:01.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926270692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:34:01.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:34:01.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926274400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:01.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:34:01.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926275522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:34:01.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:34:01.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926275404,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:34:01.055Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e58cc74-88a8-441b-99c3-84651745344d
2022-03-10T15:34:01.055Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e58cc74-88a8-441b-99c3-84651745344d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:34:01.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926276540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:01.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:34:01.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:34:01.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "clamp",
  "timestamp": 1646926277543,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:34:01.071Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e58cc74-88a8-441b-99c3-84651745344d
2022-03-10T15:34:01.071Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e58cc74-88a8-441b-99c3-84651745344d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:34:15.161Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0
2022-03-10T15:34:15.313Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:34:15.848Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0|INFO|500||Invoke
2022-03-10T15:34:15.857Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73e29957-42c3-49c8-8401-d19f5b0983e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afcd017a-879d-4ff5-8c2b-fd7a6083efe2], X-ECOMP-RequestID=[73e29957-42c3-49c8-8401-d19f5b0983e9], X-TransactionId=[], X-ONAP-RequestID=[73e29957-42c3-49c8-8401-d19f5b0983e9], Content-Type=[application/merge-patch+json]}
2022-03-10T15:34:15.991Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:34:16.360Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?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/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-15:34:15:598-73456], vertex-id=[200896], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:34:15 GMT], Content-Type=[application/json]}
2022-03-10T15:34:16.361Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:34:16.362Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e99a5036-05f5-4036-88da-a5da51a1aa4a/model-vers/model-ver/77905395-6d05-40b6-a0ca-a1ca31f14907?depth=0|INFO|500||InvokeReturn
2022-03-10T15:34:16.366Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:34:16.366Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:34:16.372Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:34:16.373Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73e29957-42c3-49c8-8401-d19f5b0983e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:34:16.374Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:34:16.374Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:16.377Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:16.377Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926456373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:34:16.478Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:34:16.479Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:16.480Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:16.498Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:16.499Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:34:17.389Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:34:17.390Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:34:17.390Z|73e29957-42c3-49c8-8401-d19f5b0983e9|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:21.735Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:21.737Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T15:34:21.737Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e58cc74-88a8-441b-99c3-84651745344d","serviceName":"vFW 2022-03-10 15-27-21","serviceVersion":"1.0","serviceUUID":"dee5c805-cd10-4400-a494-b7e773e74795","serviceDescription":"catalog service description","serviceInvariantUUID":"38c57927-563d-4acd-b566-d83e787261aa","resources":[{"resourceInstanceName":"vFW 8a08ca44-0fde 0","resourceName":"vFW 8a08ca44-0fde","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3","resourceInvariantUUID":"a71107c5-0dc9-4196-a34a-605f10b22bd6","resourceCustomizationUUID":"86ab9905-b726-4e3b-bc25-941c511c6cf6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml","artifactChecksum":"NDY4Y2IwMTJhYWJmYmRhMmMxNDg5N2IxOWQwZDEzN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1517c3be-9496-4b06-83b5-fc5f058d77af","artifactVersion":"1"},{"artifactName":"vfw8a08ca440fde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json","artifactChecksum":"NWYyZWM2MDYxNTQzOWFlNjJlNzFmMDJmYTRmOGZjOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2abdd8f0-1b74-4213-8d4d-aea45bde4ffe","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31693ea2-221d-49b0-8b6e-2e3ec507a395","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml","artifactChecksum":"N2IxZjk0OWI4YWNlZjc3NzhhOTE3YjQ1NzQwOGY4ZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7c5eebb-cba4-4839-a71e-dfad973005b9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7322eb29-2335-4a58-bb00-30ca55813ed4","artifactVersion":"3","generatedFromUUID":"31693ea2-221d-49b0-8b6e-2e3ec507a395"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310152721-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml","artifactChecksum":"OWI4M2Q4NGIzMjJlODU2OTAyN2JhZGY4M2E2YWJiM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12fcd450-2961-4a4b-af62-b9eaa83017a2","artifactVersion":"1"},{"artifactName":"service-Vfw20220310152721-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar","artifactChecksum":"NWY1NDI4OTllNDViNmViMGU5NmFjZjFmYmI4MTlkZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"161b3e8c-a740-42f0-aef7-9399efbd38b4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:34:21.743Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:21.743Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:21.747Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:21.747Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:21.847Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:34:21.848Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:21.848Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:21.865Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:21.865Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:22.748Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:22.749Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:22.752Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:22.752Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:34:22.852Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:22.854Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:22.854Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:22.865Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:22.866Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:23.752Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:23.753Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:23.756Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:23.756Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:34:23.856Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:23.857Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:23.858Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:23.874Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:23.875Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:34:24.757Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:24.758Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:24.762Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:24.763Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:24.863Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:24.865Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:24.865Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:24.887Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:24.888Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:34:25.765Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:25.765Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:25.767Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:25.767Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:34:25.868Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:25.869Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:25.869Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:25.890Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:25.891Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:26.769Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:26.770Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:26.773Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:26.773Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:34:26.873Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:34:26.874Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:26.875Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:26.887Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:26.887Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:27.774Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:34:27.775Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:27.778Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:27.778Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:34:27.878Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:27.879Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:27.879Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:27.891Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:27.891Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:34:28.780Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "serviceName": "vFW 2022-03-10 15-27-21",
  "serviceVersion": "1.0",
  "serviceUUID": "dee5c805-cd10-4400-a494-b7e773e74795",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "38c57927-563d-4acd-b566-d83e787261aa",
  "resources": [
    {
      "resourceInstanceName": "vFW 8a08ca44-0fde 0",
      "resourceCustomizationUUID": "86ab9905-b726-4e3b-bc25-941c511c6cf6",
      "resourceName": "vFW 8a08ca44-0fde",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3",
      "resourceInvariantUUID": "a71107c5-0dc9-4196-a34a-605f10b22bd6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8a08ca440fde0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
          "artifactChecksum": "NWYyZWM2MDYxNTQzOWFlNjJlNzFmMDJmYTRmOGZjOGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2abdd8f0-1b74-4213-8d4d-aea45bde4ffe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "31693ea2-221d-49b0-8b6e-2e3ec507a395",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "7322eb29-2335-4a58-bb00-30ca55813ed4",
            "generatedFromUUID": "31693ea2-221d-49b0-8b6e-2e3ec507a395"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "7322eb29-2335-4a58-bb00-30ca55813ed4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310152721-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
      "artifactChecksum": "NWY1NDI4OTllNDViNmViMGU5NmFjZjFmYmI4MTlkZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "161b3e8c-a740-42f0-aef7-9399efbd38b4"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:34:28.781Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:34:28.781Z|73e29957-42c3-49c8-8401-d19f5b0983e9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dee5c805-cd10-4400-a494-b7e773e74795 ASDC
2022-03-10T15:34:28.781Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1e58cc74-88a8-441b-99c3-84651745344d
ServiceName:vFW 2022-03-10 15-27-21
ServiceVersion:1.0
ServiceUUID:dee5c805-cd10-4400-a494-b7e773e74795
ServiceInvariantUUID:38c57927-563d-4acd-b566-d83e787261aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310152721-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar
ArtifactUUID:161b3e8c-a740-42f0-aef7-9399efbd38b4
ArtifactChecksum:NWY1NDI4OTllNDViNmViMGU5NmFjZjFmYmI4MTlkZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a08ca44-0fde 0
ResourceCustomizationUUID:86ab9905-b726-4e3b-bc25-941c511c6cf6
ResourceInvariantUUID:a71107c5-0dc9-4196-a34a-605f10b22bd6
ResourceName:vFW 8a08ca44-0fde
ResourceType:VF
ResourceUUID:39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a08ca440fde0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json
ArtifactUUID:2abdd8f0-1b74-4213-8d4d-aea45bde4ffe
ArtifactChecksum:NWYyZWM2MDYxNTQzOWFlNjJlNzFmMDJmYTRmOGZjOGI=
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/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml
ArtifactUUID:31693ea2-221d-49b0-8b6e-2e3ec507a395
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env
ArtifactUUID:7322eb29-2335-4a58-bb00-30ca55813ed4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env
ArtifactUUID:7322eb29-2335-4a58-bb00-30ca55813ed4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:34:28.781Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dee5c805-cd10-4400-a494-b7e773e74795 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:34:28.809Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:34:28.810Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T15:34:28.810Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T15:34:28.810Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 161b3e8c-a740-42f0-aef7-9399efbd38b4 from URL: /sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:28.810Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:34:28.810Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:29.682Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:34:29.688Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar 161b3e8c-a740-42f0-aef7-9399efbd38b4 98917
2022-03-10T15:34:29.688Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar ASDC sendASDCNotification
2022-03-10T15:34:29.688Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:29.688Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:34:29.689Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:29.713Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:29.714Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926469688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:34:29.791Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-03-10T15:34:29.793Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:29.793Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:29.804Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:29.804Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:30.715Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:34:30.715Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-10T15:34:30.716Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 161b3e8c-a740-42f0-aef7-9399efbd38b4, URL: /sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar to file: /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:30.716Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310152721-csar.csar
2022-03-10T15:34:30.716Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:30.717Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:30.883Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14280870160157823526/Definitions/service-Vfw20220310152721-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-03-10T15:34:33.154Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:34:33.155Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T15:34:33.155Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a08ca44-0fde 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-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.156Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.157Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.157Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.157Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.157Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.157Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:33.157Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-10T15:34:33.158Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.158Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.158Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:33.158Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T15:34:33.159Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:34:33.159Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.159Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.159Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:33.160Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-10T15:34:33.160Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:34:33.160Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.160Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.161Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.161Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:33.161Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:33.161Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:34:33.162Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.162Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.162Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.163Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:34:33.163Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:33.163Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:34:33.163Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:34:33.164Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.164Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.164Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:34:33.164Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.164Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:34:33.164Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.165Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:34:33.165Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.165Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:34:33.165Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.166Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:33.166Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:33.167Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.167Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:33.167Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:33.168Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.168Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:33.169Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:33.169Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.169Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:33.170Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:33.170Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T15:34:33.170Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:33.170Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:34:33.170Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:34:33.171Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.171Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.171Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:34:33.171Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.172Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:34:33.172Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.172Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a1fc98b-c10f-4377-92a6-a1926e9b5b83
2022-03-10T15:34:33.172Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.173Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:33.173Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:33.173Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:34:33.173Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.173Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.174Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.174Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:34:33.174Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:33.174Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T15:34:33.174Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:34:33.175Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.175Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:34:33.175Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.175Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ad38317-3357-4f89-99a4-7bbd3856fed1
2022-03-10T15:34:33.176Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.176Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:33.176Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:33.176Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:34:33.176Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.177Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.177Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.177Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:34:33.177Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:33.177Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:34:33.178Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:34:33.178Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:33.178Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:33.178Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T15:34:33.179Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=02e11db7-1f7d-43be-91e0-29e1a879a726
2022-03-10T15:34:33.179Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.179Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.179Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.179Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.180Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.180Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.180Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:33.180Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:33.181Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 15-27-21
Description:catalog service description
Model UUID:dee5c805-cd10-4400-a494-b7e773e74795
Model Version:NULL
Model InvariantUuid:38c57927-563d-4acd-b566-d83e787261aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8a08ca44-0fde
Model UUID:976037e2-fdd8-4285-8d4e-11f746a7f3bf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a71107c5-0dc9-4196-a34a-605f10b22bd6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:86ab9905-b726-4e3b-bc25-941c511c6cf6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ddfad111-4f44-4840-8cf1-21dc1ca298cd
ModelName:Vfw8a08ca440fde..base_vfw..module-0
ModelUuid:23b71a11-82a3-4886-95de-aae34caae4c3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a1fc98b-c10f-4377-92a6-a1926e9b5b83
ModelInvariantUuid:31e01186-d876-4903-b993-a6249b9b452f
ModelName:vFW 8a08ca44-0fde-nodes.vfwCvfc
ModelUuid:45afde23-2d97-4ceb-b58e-30616748319a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:fda91c9e-76f2-40ea-af2b-2def10073765
ModelInvariantUuid:1cf9a1d6-6cca-4fcb-937c-72527229b74b
ModelName:Vfw8a08ca440fde.compute.nodes.heat.vfw
ModelUuid:5b768970-e0a5-4548-b8de-376193037575
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ad38317-3357-4f89-99a4-7bbd3856fed1
ModelInvariantUuid:58d870af-c1d3-4598-a56c-7086555e0924
ModelName:vFW 8a08ca44-0fde-nodes.vsnCvfc
ModelUuid:72c68109-5d50-4b09-8888-74cfe10f51e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e3748d6c-39c4-4fbc-bb27-a2d4f618b300
ModelInvariantUuid:ad8ed3c7-13ca-45d2-8de6-808a860decfb
ModelName:Vfw8a08ca440fde.compute.nodes.heat.vsn
ModelUuid:ad12ba71-eb95-4ab2-a99f-f8b74c136b07
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:02e11db7-1f7d-43be-91e0-29e1a879a726
ModelInvariantUuid:74c71012-b785-46eb-9ad6-96b5d393f634
ModelName:vFW 8a08ca44-0fde-nodes.vpgCvfc
ModelUuid:0060d470-20c7-4717-9c39-7959031c4ef5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ca55bf1f-d675-4306-91b3-9db57785ac1b
ModelInvariantUuid:ee323ccc-8eee-47c6-99ee-07b7034fd03a
ModelName:Vfw8a08ca440fde.compute.nodes.heat.vpg
ModelUuid:c2f0bc9a-6a3b-41eb-a947-39ef04619a9d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:34:33.189Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:34:33.192Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||vFW 8a08ca44-0fde 0
2022-03-10T15:34:33.193Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3
2022-03-10T15:34:33.193Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2abdd8f0-1b74-4213-8d4d-aea45bde4ffe from URL: /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json
2022-03-10T15:34:33.193Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:34:33.193Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json
2022-03-10T15:34:33.485Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:34:33.486Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json 2abdd8f0-1b74-4213-8d4d-aea45bde4ffe 785
2022-03-10T15:34:33.486Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json ASDC sendASDCNotification
2022-03-10T15:34:33.486Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json
2022-03-10T15:34:33.486Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:34:33.487Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:33.489Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:33.489Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926473486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:34:33.589Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:33.591Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:33.592Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:33.607Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:33.608Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:34.490Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a08ca440fde..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ddfad111-4f44-4840-8cf1-21dc1ca298cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "23b71a11-82a3-4886-95de-aae34caae4c3",
    "vfModuleModelCustomizationUUID": "db5651fb-6048-45f4-a139-d0351589fcf3",
    "isBase": true,
    "artifacts": [
      "31693ea2-221d-49b0-8b6e-2e3ec507a395",
      "7322eb29-2335-4a58-bb00-30ca55813ed4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:34:34.496Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a08ca440fde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23b71a11-82a3-4886-95de-aae34caae4c3
VfModuleModelInvariantUUID:ddfad111-4f44-4840-8cf1-21dc1ca298cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
31693ea2-221d-49b0-8b6e-2e3ec507a395
,
7322eb29-2335-4a58-bb00-30ca55813ed4

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

isBase:true


}

2022-03-10T15:34:34.499Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a08ca440fde..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ddfad111-4f44-4840-8cf1-21dc1ca298cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "23b71a11-82a3-4886-95de-aae34caae4c3",
    "vfModuleModelCustomizationUUID": "db5651fb-6048-45f4-a139-d0351589fcf3",
    "isBase": true,
    "artifacts": [
      "31693ea2-221d-49b0-8b6e-2e3ec507a395",
      "7322eb29-2335-4a58-bb00-30ca55813ed4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:34:34.499Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a08ca440fde..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:23b71a11-82a3-4886-95de-aae34caae4c3
VfModuleModelInvariantUUID:ddfad111-4f44-4840-8cf1-21dc1ca298cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
31693ea2-221d-49b0-8b6e-2e3ec507a395
,
7322eb29-2335-4a58-bb00-30ca55813ed4

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

isBase:true


}

2022-03-10T15:34:34.499Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 31693ea2-221d-49b0-8b6e-2e3ec507a395 from URL: /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml
2022-03-10T15:34:34.499Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:34:34.500Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml
2022-03-10T15:34:34.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:34:34.785Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml 31693ea2-221d-49b0-8b6e-2e3ec507a395 20368
2022-03-10T15:34:34.785Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T15:34:34.785Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml
2022-03-10T15:34:34.786Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:34:34.786Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:34.789Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:34.789Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926474785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:34:34.889Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:34:34.890Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:34.891Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:34.912Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:34.913Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:35.790Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7322eb29-2335-4a58-bb00-30ca55813ed4 from URL: /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env
2022-03-10T15:34:35.791Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-10T15:34:35.791Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env
2022-03-10T15:34:36.470Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-10T15:34:36.471Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env 7322eb29-2335-4a58-bb00-30ca55813ed4 2098
2022-03-10T15:34:36.471Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T15:34:36.471Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env
2022-03-10T15:34:36.472Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:34:36.472Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:36.475Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:36.475Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926476471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:34:36.575Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:36.576Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:36.577Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:36.591Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:36.591Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:37.476Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: dee5c805-cd10-4400-a494-b7e773e74795
2022-03-10T15:34:37.477Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a08ca44-0fde 0 39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:34:37.495Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7db9a9f, org.onap.sdc.toscaparser.api.parameters.Input@627de66e, org.onap.sdc.toscaparser.api.parameters.Input@60687123, org.onap.sdc.toscaparser.api.parameters.Input@2d181d38, org.onap.sdc.toscaparser.api.parameters.Input@76cc7566]
2022-03-10T15:34:37.496Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.497Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.497Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:34:37.497Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 86ab9905-b726-4e3b-bc25-941c511c6cf6
2022-03-10T15:34:37.498Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86ab9905-b726-4e3b-bc25-941c511c6cf6 matches Tosca VF Customization UUID: 86ab9905-b726-4e3b-bc25-941c511c6cf6
2022-03-10T15:34:37.498Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 86ab9905-b726-4e3b-bc25-941c511c6cf6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:34:37.500Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.500Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.501Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 86ab9905-b726-4e3b-bc25-941c511c6cf6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-10T15:34:37.501Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35511390
2022-03-10T15:34:37.501Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.501Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:34:37.502Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db5651fb-6048-45f4-a139-d0351589fcf3
2022-03-10T15:34:37.502Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db5651fb-6048-45f4-a139-d0351589fcf3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:34:37.504Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.504Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:37.504Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:37.505Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.505Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:37.505Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:37.506Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.506Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:37.506Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:37.506Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T15:34:37.507Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:37.507Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:34:37.507Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:34:37.507Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.507Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:37.508Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:34:37.508Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:37.508Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:34:37.508Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.509Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a1fc98b-c10f-4377-92a6-a1926e9b5b83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:34:37.511Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.511Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:37.512Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:37.512Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.512Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:37.513Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:37.513Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:34:37.513Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:37.514Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.514Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.514Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:34:37.514Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:37.515Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T15:34:37.515Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:34:37.515Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:37.516Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:34:37.516Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.516Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4ad38317-3357-4f89-99a4-7bbd3856fed1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:34:37.518Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.519Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:37.519Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:37.523Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.523Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is not matching search criteria
2022-03-10T15:34:37.523Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:34:37.523Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:34:37.524Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:37.524Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.524Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.525Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:34:37.525Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:34:37.525Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:34:37.525Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:34:37.526Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:34:37.526Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:34:37.526Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T15:34:37.527Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=02e11db7-1f7d-43be-91e0-29e1a879a726
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:34:37.529Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.529Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:37.529Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:34:37.530Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.530Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a08ca44-0fde 0 is matching search criteria
2022-03-10T15:34:37.530Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a08ca44-0fde 0] matching following query criteria: sdcType=VF, customizationUUID=86ab9905-b726-4e3b-bc25-941c511c6cf6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:34:37.533Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.533Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.533Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid dee5c805-cd10-4400-a494-b7e773e74795: vFW 8a08ca44-0fde
2022-03-10T15:34:37.534Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.534Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.534Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.535Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.535Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.535Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.536Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.536Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.536Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:34:37.537Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-10 15-27-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:34:37.537Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-10 15-27-21 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:34:37.739Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a08ca44-0fde 39a30a50-93f7-4a53-b0fe-f9c85b6b4bd3 1 ASDC deployResourceStructure
2022-03-10T15:34:37.740Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json ASDC sendASDCNotification
2022-03-10T15:34:37.740Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json
2022-03-10T15:34:37.740Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:34:37.740Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:37.743Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:37.744Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926477740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:37.844Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:37.845Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:37.845Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:37.859Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:37.859Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:38.746Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T15:34:38.746Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml
2022-03-10T15:34:38.747Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:34:38.747Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:38.751Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:38.752Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926478746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:38.851Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:34:38.852Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:38.852Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:38.863Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:38.864Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:34:39.753Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T15:34:39.753Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env
2022-03-10T15:34:39.754Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:34:39.754Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:39.757Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:39.757Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926479752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:39.858Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:34:39.860Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:39.860Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:39.872Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:39.873Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:40.759Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar ASDC sendASDCNotification
2022-03-10T15:34:40.759Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar
2022-03-10T15:34:40.759Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:34:40.760Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:34:40.763Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:34:40.764Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926480758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:34:40.864Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:34:40.865Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:34:40.866Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:34:40.876Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:34:40.877Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:34:41.765Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e58cc74-88a8-441b-99c3-84651745344d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:34:41.778Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e58cc74-88a8-441b-99c3-84651745344d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:34:41.782Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:34:41.782Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:34:41.782Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:34:41.782Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:34:41.782Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:34:41.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:34:41.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:34:41.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:34:41.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:34:41.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:34:41.783Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:34:41.789Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:35:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:35:00.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:35:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:35:01.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:35:01.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "73e29957-42c3-49c8-8401-d19f5b0983e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926456373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:35:01.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:35:01.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926457389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926469688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926473486,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926474785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926476471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926477740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/vfw8a08ca440fde0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926478746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:35:01.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926479752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/resourceInstances/vfw8a08ca440fde0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:35:01.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:01.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:35:01.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926480758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310152721/1.0/artifacts/service-Vfw20220310152721-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:35:01.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:35:11.789Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e58cc74-88a8-441b-99c3-84651745344d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:35:11.796Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e58cc74-88a8-441b-99c3-84651745344d and serviceModelVersionId: dee5c805-cd10-4400-a494-b7e773e74795
2022-03-10T15:35:11.797Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38c57927-563d-4acd-b566-d83e787261aa
2022-03-10T15:35:11.798Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38c57927-563d-4acd-b566-d83e787261aa/model-vers/model-ver/dee5c805-cd10-4400-a494-b7e773e74795?depth=0
2022-03-10T15:35:11.802Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:35:11.853Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38c57927-563d-4acd-b566-d83e787261aa/model-vers/model-ver/dee5c805-cd10-4400-a494-b7e773e74795?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-10T15:35:11.855Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38c57927-563d-4acd-b566-d83e787261aa/model-vers/model-ver/dee5c805-cd10-4400-a494-b7e773e74795?depth=0|INFO|500||Invoke
2022-03-10T15:35:11.878Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38c57927-563d-4acd-b566-d83e787261aa/model-vers/model-ver/dee5c805-cd10-4400-a494-b7e773e74795?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:35:12.684Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38c57927-563d-4acd-b566-d83e787261aa/model-vers/model-ver/dee5c805-cd10-4400-a494-b7e773e74795?depth=0|INFO|500||InvokeReturn
2022-03-10T15:35:12.686Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/38c57927-563d-4acd-b566-d83e787261aa/model-vers/model-ver/dee5c805-cd10-4400-a494-b7e773e74795?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-15:35:11:472-66932], vertex-id=[217136], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:35:11 GMT], Content-Type=[application/json]}
2022-03-10T15:35:12.687Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:35:12.687Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:35:12.688Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:35:12.699Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:35:12.700Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e58cc74-88a8-441b-99c3-84651745344d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:35:12.700Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:35:12.700Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:35:12.703Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:35:12.703Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926512700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:35:12.805Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-10T15:35:12.806Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:35:12.807Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:35:12.825Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:35:12.825Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:35:13.717Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:35:13.718Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:35:13.718Z|1e58cc74-88a8-441b-99c3-84651745344d|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:35:23.266Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:35:23.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:35:23.268Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:35:23.268Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:35:32.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:35:32.808Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:35:32.818Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:35:32.819Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:35:42.357Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:35:42.358Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:35:42.359Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:35:42.359Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:35:51.902Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:36:00.489Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:36:00.491Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:36:00.492Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:36:00.492Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:36:00.493Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:36:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:36:01.125Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:36:01.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:36:01.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e58cc74-88a8-441b-99c3-84651745344d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926512700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:36:01.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:36:10.040Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:37:00.489Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:37:00.490Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:37:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:37:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:37:00.492Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:37:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:37:10.033Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:37:10.042Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:38:00.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:38:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:38:00.493Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:38:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:38:00.494Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:38:00.494Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:38:10.051Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:38:10.052Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:39:00.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:39:00.492Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:39:00.493Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:39:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:39:00.493Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:39:00.494Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:39:10.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:39:10.046Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:40:00.489Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:40:00.490Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:40:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:40:00.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:40:00.492Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:40:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:40:10.041Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:40:10.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:00.490Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:41:00.491Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:41:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:41:00.492Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:41:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:01.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:01.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2aabc17-742a-4bea-ba7c-d28e23c2ce78","serviceName":"vFW 2022-03-10 15-37-29","serviceVersion":"1.0","serviceUUID":"b2fe86ac-c875-4dcd-b136-7934dcb66ce5","serviceDescription":"catalog service description","serviceInvariantUUID":"66746935-1e03-4a7d-be57-5be5c9d40b12","resources":[{"resourceInstanceName":"vFW 4f03db6a-5f0a 0","resourceName":"vFW 4f03db6a-5f0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fd1f9da-0896-4723-9679-2fd1a789bf77","resourceInvariantUUID":"0a9ea9e2-974e-44c1-8afc-f0d82993039f","resourceCustomizationUUID":"54f05fb6-68dd-46e2-aab4-7f12c7dd346d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml","artifactChecksum":"NzM5YjIzNDIxMGNjYjI1OTRjN2M2Mjc3MDE2OTFhOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c684000-ab67-4f09-955f-6f7f9cf6ace2","artifactVersion":"1"},{"artifactName":"vfw4f03db6a5f0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json","artifactChecksum":"NDE4ZDkxMmNmN2VhYjE1MDM3NGEwMmVmNzFiNzBkMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e7eaf91-6dbe-45ce-8598-d9c38b885cb6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"99411879-5d9b-4317-9c7e-1d5bd4092d54","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml","artifactChecksum":"MDczYzJjYWRhM2E3MjAzOTZkMDg0OGFjZGM3NTAxZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87111eca-f4e5-472c-bd5c-dd9664f83cc9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a491f7a-26ee-4955-bd32-71de5c3e5c45","artifactVersion":"2","generatedFromUUID":"99411879-5d9b-4317-9c7e-1d5bd4092d54"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310153729-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml","artifactChecksum":"MjQ0ZTU0NmNlODdjNGRkOWQyMjNkZGQxZjdhNmFlN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf665a07-cba6-4e82-8c58-13b24a90790c","artifactVersion":"1"},{"artifactName":"service-Vfw20220310153729-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar","artifactChecksum":"YWY3ZGE2ODFmODU3NzhlNGE2MzhkMTU1ZDA2N2UxNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56442211-9153-489c-a164-18645f41e710","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:41:01.133Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:01.133Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:01.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:01.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.138Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:01.138Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.152Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926839171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646926837944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926833985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926838807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926842499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926851058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926851341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926850769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926844774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:41:01.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926852064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:41:01.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "cds",
  "timestamp": 1646926851777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:41:01.197Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2aabc17-742a-4bea-ba7c-d28e23c2ce78
2022-03-10T15:41:01.197Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:41:01.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926852655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.208Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "policy-id",
  "timestamp": 1646926853067,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:41:01.214Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2aabc17-742a-4bea-ba7c-d28e23c2ce78
2022-03-10T15:41:01.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:41:01.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "dcae-sch",
  "timestamp": 1646926847518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:01.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:41:01.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926853186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926854146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926855178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:41:01.237Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2aabc17-742a-4bea-ba7c-d28e23c2ce78
2022-03-10T15:41:01.237Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and ComponentName POLICY
2022-03-10T15:41:01.238Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:41:01.240Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:01.240Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:41:01.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646926856183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:41:01.245Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:41:01.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926859462,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:01.246Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:41:01.255Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:01.256Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:02.139Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:02.140Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:02.142Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:02.143Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:41:02.243Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:02.244Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:02.244Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:02.256Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:02.257Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:03.143Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:03.144Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:03.147Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:03.147Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:41:03.247Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:03.249Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:03.249Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:03.263Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:03.264Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:41:04.147Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:04.148Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:04.151Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:04.151Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:04.251Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:04.253Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:04.253Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:04.266Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:04.266Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:05.152Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:05.153Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:05.156Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:05.156Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:41:05.256Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:05.257Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:05.257Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:05.270Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:05.271Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:41:06.157Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:06.158Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:06.161Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:06.161Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:41:06.261Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:06.262Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:06.263Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:06.274Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:06.275Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:07.162Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:41:07.163Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:07.166Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:07.167Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:41:07.267Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:07.268Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:07.268Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:07.286Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:07.287Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:08.169Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "serviceName": "vFW 2022-03-10 15-37-29",
  "serviceVersion": "1.0",
  "serviceUUID": "b2fe86ac-c875-4dcd-b136-7934dcb66ce5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "66746935-1e03-4a7d-be57-5be5c9d40b12",
  "resources": [
    {
      "resourceInstanceName": "vFW 4f03db6a-5f0a 0",
      "resourceCustomizationUUID": "54f05fb6-68dd-46e2-aab4-7f12c7dd346d",
      "resourceName": "vFW 4f03db6a-5f0a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0fd1f9da-0896-4723-9679-2fd1a789bf77",
      "resourceInvariantUUID": "0a9ea9e2-974e-44c1-8afc-f0d82993039f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4f03db6a5f0a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
          "artifactChecksum": "NDE4ZDkxMmNmN2VhYjE1MDM3NGEwMmVmNzFiNzBkMzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e7eaf91-6dbe-45ce-8598-d9c38b885cb6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "99411879-5d9b-4317-9c7e-1d5bd4092d54",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6a491f7a-26ee-4955-bd32-71de5c3e5c45",
            "generatedFromUUID": "99411879-5d9b-4317-9c7e-1d5bd4092d54"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6a491f7a-26ee-4955-bd32-71de5c3e5c45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310153729-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
      "artifactChecksum": "YWY3ZGE2ODFmODU3NzhlNGE2MzhkMTU1ZDA2N2UxNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56442211-9153-489c-a164-18645f41e710"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:41:08.169Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:41:08.170Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2fe86ac-c875-4dcd-b136-7934dcb66ce5 ASDC
2022-03-10T15:41:08.172Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b2aabc17-742a-4bea-ba7c-d28e23c2ce78
ServiceName:vFW 2022-03-10 15-37-29
ServiceVersion:1.0
ServiceUUID:b2fe86ac-c875-4dcd-b136-7934dcb66ce5
ServiceInvariantUUID:66746935-1e03-4a7d-be57-5be5c9d40b12
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310153729-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar
ArtifactUUID:56442211-9153-489c-a164-18645f41e710
ArtifactChecksum:YWY3ZGE2ODFmODU3NzhlNGE2MzhkMTU1ZDA2N2UxNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4f03db6a-5f0a 0
ResourceCustomizationUUID:54f05fb6-68dd-46e2-aab4-7f12c7dd346d
ResourceInvariantUUID:0a9ea9e2-974e-44c1-8afc-f0d82993039f
ResourceName:vFW 4f03db6a-5f0a
ResourceType:VF
ResourceUUID:0fd1f9da-0896-4723-9679-2fd1a789bf77
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4f03db6a5f0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json
ArtifactUUID:5e7eaf91-6dbe-45ce-8598-d9c38b885cb6
ArtifactChecksum:NDE4ZDkxMmNmN2VhYjE1MDM3NGEwMmVmNzFiNzBkMzY=
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/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml
ArtifactUUID:99411879-5d9b-4317-9c7e-1d5bd4092d54
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/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env
ArtifactUUID:6a491f7a-26ee-4955-bd32-71de5c3e5c45
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/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env
ArtifactUUID:6a491f7a-26ee-4955-bd32-71de5c3e5c45
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:41:08.173Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2fe86ac-c875-4dcd-b136-7934dcb66ce5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:41:08.225Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:41:08.226Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-10T15:41:08.226Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-10T15:41:08.227Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 56442211-9153-489c-a164-18645f41e710 from URL: /sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:08.227Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:41:08.227Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:08.511Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:41:08.516Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar 56442211-9153-489c-a164-18645f41e710 98906
2022-03-10T15:41:08.516Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar ASDC sendASDCNotification
2022-03-10T15:41:08.516Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:08.517Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:41:08.517Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:08.519Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:08.519Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926868516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:08.619Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:08.620Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:08.620Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:08.630Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:08.631Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:09.521Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:41:09.522Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-10T15:41:09.522Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 56442211-9153-489c-a164-18645f41e710, URL: /sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar to file: /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:09.523Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310153729-csar.csar
2022-03-10T15:41:09.523Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:09.523Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:09.770Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8568363300110333411/Definitions/service-Vfw20220310153729-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-10T15:41:12.042Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:41:12.044Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-10T15:41:12.044Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.044Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T15:41:12.044Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.045Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.045Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4f03db6a-5f0a 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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.045Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.045Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.046Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.046Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.046Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.046Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.047Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.047Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.047Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.047Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||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-Vfw20220310153729-csar.csar
2022-03-10T15:41:12.048Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-10T15:41:12.048Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.048Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.049Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:12.049Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-10T15:41:12.050Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:41:12.050Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.050Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.051Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:12.051Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-10T15:41:12.051Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:41:12.051Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.052Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.052Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.052Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:12.052Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:12.053Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:12.053Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:41:12.053Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.054Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.054Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.054Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:41:12.054Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:41:12.054Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:41:12.055Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.055Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.055Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:41:12.055Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.055Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:41:12.056Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.056Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:41:12.056Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.056Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:41:12.057Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.057Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:12.057Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:12.057Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.058Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:12.058Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:12.058Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.058Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:12.058Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:12.059Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.059Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:12.059Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:12.059Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:12.059Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T15:41:12.060Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:41:12.060Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:41:12.060Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.060Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.060Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:41:12.061Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.061Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:41:12.061Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.061Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b1bda114-c5b3-44cd-8130-f4d53cf4d91c
2022-03-10T15:41:12.062Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.062Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:12.062Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:12.062Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:12.062Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:41:12.063Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.063Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.063Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.063Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:41:12.063Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T15:41:12.064Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:41:12.064Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.064Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:41:12.064Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.064Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f2003a05-1cea-4994-9519-bdd5726a9cd0
2022-03-10T15:41:12.065Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.065Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:12.065Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:12.065Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:12.066Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:41:12.066Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.066Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.066Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.066Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:41:12.067Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:41:12.067Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:41:12.067Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:12.067Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:12.067Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T15:41:12.068Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ca8abd6b-4a03-43ca-939a-52f299585b57
2022-03-10T15:41:12.068Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.068Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.068Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.069Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.069Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.069Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.069Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:12.070Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:12.070Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 15-37-29
Description:catalog service description
Model UUID:b2fe86ac-c875-4dcd-b136-7934dcb66ce5
Model Version:NULL
Model InvariantUuid:66746935-1e03-4a7d-be57-5be5c9d40b12
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4f03db6a-5f0a
Model UUID:beaed4ed-2cb5-4ba8-b178-f31dff3771ba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a9ea9e2-974e-44c1-8afc-f0d82993039f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:54f05fb6-68dd-46e2-aab4-7f12c7dd346d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d080ddb7-d706-4026-b653-4b89e2dd99b5
ModelName:Vfw4f03db6a5f0a..base_vfw..module-0
ModelUuid:8f0f8e1c-441c-4212-9b69-afb76bdab988
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b1bda114-c5b3-44cd-8130-f4d53cf4d91c
ModelInvariantUuid:1cff6dd5-8d7a-4bf9-b24a-246c37c4e27a
ModelName:vFW 4f03db6a-5f0a-nodes.vfwCvfc
ModelUuid:d6368eab-085c-4226-88ee-fbf0cf847fc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:400d1d78-de4c-4dbd-97eb-fffa310b8968
ModelInvariantUuid:e4db6af8-117b-4cd5-be42-c7faf1d3f281
ModelName:Vfw4f03db6a5f0a.compute.nodes.heat.vfw
ModelUuid:848e86b4-c51d-423b-bfe3-3f1fcef74132
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f2003a05-1cea-4994-9519-bdd5726a9cd0
ModelInvariantUuid:684df2ef-37c9-4750-a05b-cac04dea20c7
ModelName:vFW 4f03db6a-5f0a-nodes.vsnCvfc
ModelUuid:df1c2226-5bdb-4e37-aa93-b59fa82225a5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:378c2798-6c9e-491e-8686-b94a48c9ac2a
ModelInvariantUuid:7f7c9e24-2cad-43ad-9ca4-a05e2f11c164
ModelName:Vfw4f03db6a5f0a.compute.nodes.heat.vsn
ModelUuid:8ad2004c-c3f2-4f02-849f-4fa58d35620c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ca8abd6b-4a03-43ca-939a-52f299585b57
ModelInvariantUuid:15dc04ab-5c04-4745-ab77-e6fd118b91d6
ModelName:vFW 4f03db6a-5f0a-nodes.vpgCvfc
ModelUuid:9576d592-bbb7-44b2-8bb3-c04ee60c47e9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b5499b7c-ac5f-4f33-b34d-db2d76a63939
ModelInvariantUuid:0fcc5364-daab-4a97-b35d-c7be406c611b
ModelName:Vfw4f03db6a5f0a.compute.nodes.heat.vpg
ModelUuid:93289117-1504-476c-9551-b19c570826f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:41:12.077Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fd1f9da-0896-4723-9679-2fd1a789bf77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:41:12.084Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||vFW 4f03db6a-5f0a 0
2022-03-10T15:41:12.085Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fd1f9da-0896-4723-9679-2fd1a789bf77
2022-03-10T15:41:12.085Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e7eaf91-6dbe-45ce-8598-d9c38b885cb6 from URL: /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json
2022-03-10T15:41:12.085Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:41:12.086Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json
2022-03-10T15:41:12.488Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:41:12.489Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json 5e7eaf91-6dbe-45ce-8598-d9c38b885cb6 785
2022-03-10T15:41:12.490Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json ASDC sendASDCNotification
2022-03-10T15:41:12.490Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json
2022-03-10T15:41:12.491Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:41:12.491Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:12.493Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:12.494Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926872490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:12.594Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:12.596Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:12.596Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:12.623Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:12.624Z||pool-43-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:41:13.495Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f03db6a5f0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d080ddb7-d706-4026-b653-4b89e2dd99b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f0f8e1c-441c-4212-9b69-afb76bdab988",
    "vfModuleModelCustomizationUUID": "3d32c1af-ee3a-45d7-a036-29b5fea80ae1",
    "isBase": true,
    "artifacts": [
      "99411879-5d9b-4317-9c7e-1d5bd4092d54",
      "6a491f7a-26ee-4955-bd32-71de5c3e5c45"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:41:13.504Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f03db6a5f0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f0f8e1c-441c-4212-9b69-afb76bdab988
VfModuleModelInvariantUUID:d080ddb7-d706-4026-b653-4b89e2dd99b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
99411879-5d9b-4317-9c7e-1d5bd4092d54
,
6a491f7a-26ee-4955-bd32-71de5c3e5c45

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

isBase:true


}

2022-03-10T15:41:13.507Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4f03db6a5f0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d080ddb7-d706-4026-b653-4b89e2dd99b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f0f8e1c-441c-4212-9b69-afb76bdab988",
    "vfModuleModelCustomizationUUID": "3d32c1af-ee3a-45d7-a036-29b5fea80ae1",
    "isBase": true,
    "artifacts": [
      "99411879-5d9b-4317-9c7e-1d5bd4092d54",
      "6a491f7a-26ee-4955-bd32-71de5c3e5c45"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:41:13.507Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4f03db6a5f0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f0f8e1c-441c-4212-9b69-afb76bdab988
VfModuleModelInvariantUUID:d080ddb7-d706-4026-b653-4b89e2dd99b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
99411879-5d9b-4317-9c7e-1d5bd4092d54
,
6a491f7a-26ee-4955-bd32-71de5c3e5c45

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

isBase:true


}

2022-03-10T15:41:13.507Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 99411879-5d9b-4317-9c7e-1d5bd4092d54 from URL: /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml
2022-03-10T15:41:13.507Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:41:13.508Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml
2022-03-10T15:41:13.905Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:41:13.908Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml 99411879-5d9b-4317-9c7e-1d5bd4092d54 20368
2022-03-10T15:41:13.909Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T15:41:13.909Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml
2022-03-10T15:41:13.909Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:41:13.909Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:13.913Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:13.913Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926873909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:14.012Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T15:41:14.013Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:14.013Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:14.028Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:14.029Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:41:14.918Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6a491f7a-26ee-4955-bd32-71de5c3e5c45 from URL: /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env
2022-03-10T15:41:14.919Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:41:14.919Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env
2022-03-10T15:41:15.207Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:41:15.207Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env 6a491f7a-26ee-4955-bd32-71de5c3e5c45 2098
2022-03-10T15:41:15.207Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T15:41:15.207Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env
2022-03-10T15:41:15.207Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:41:15.208Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:15.210Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:15.210Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926875207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:41:15.311Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:15.312Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:15.312Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:15.325Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:15.326Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:16.211Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b2fe86ac-c875-4dcd-b136-7934dcb66ce5
2022-03-10T15:41:16.212Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4f03db6a-5f0a 0 0fd1f9da-0896-4723-9679-2fd1a789bf77 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:41:16.245Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fb3ce8e, org.onap.sdc.toscaparser.api.parameters.Input@730f6d47, org.onap.sdc.toscaparser.api.parameters.Input@3d09c38c, org.onap.sdc.toscaparser.api.parameters.Input@b3dd128, org.onap.sdc.toscaparser.api.parameters.Input@4abba97f]
2022-03-10T15:41:16.248Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.248Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.249Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:41:16.249Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 54f05fb6-68dd-46e2-aab4-7f12c7dd346d
2022-03-10T15:41:16.249Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54f05fb6-68dd-46e2-aab4-7f12c7dd346d matches Tosca VF Customization UUID: 54f05fb6-68dd-46e2-aab4-7f12c7dd346d
2022-03-10T15:41:16.250Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 54f05fb6-68dd-46e2-aab4-7f12c7dd346d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:41:16.253Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.253Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.254Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 54f05fb6-68dd-46e2-aab4-7f12c7dd346d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-10T15:41:16.255Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54e10dc0
2022-03-10T15:41:16.255Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.255Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:41:16.255Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d32c1af-ee3a-45d7-a036-29b5fea80ae1
2022-03-10T15:41:16.256Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d32c1af-ee3a-45d7-a036-29b5fea80ae1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:41:16.259Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.259Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:16.259Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:16.260Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.260Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:16.260Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:16.261Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.261Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:16.261Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:16.261Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:16.262Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T15:41:16.262Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:41:16.262Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:41:16.262Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.263Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:16.263Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:41:16.263Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:16.263Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:41:16.264Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.264Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b1bda114-c5b3-44cd-8130-f4d53cf4d91c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:41:16.267Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.267Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:16.267Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:16.268Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.268Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:16.268Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:16.268Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:16.269Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:41:16.269Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.269Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:16.269Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.270Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:41:16.270Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T15:41:16.270Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:41:16.270Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:16.271Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:41:16.271Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.271Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f2003a05-1cea-4994-9519-bdd5726a9cd0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:41:16.273Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.273Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:16.274Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:16.274Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.274Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is not matching search criteria
2022-03-10T15:41:16.275Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:41:16.275Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:41:16.275Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:41:16.275Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.275Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:16.276Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.276Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:41:16.276Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:41:16.276Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:41:16.277Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:41:16.277Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:41:16.277Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T15:41:16.277Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ca8abd6b-4a03-43ca-939a-52f299585b57
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:41:16.279Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.279Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:16.280Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:41:16.280Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.280Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Node template vFW 4f03db6a-5f0a 0 is matching search criteria
2022-03-10T15:41:16.280Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4f03db6a-5f0a 0] matching following query criteria: sdcType=VF, customizationUUID=54f05fb6-68dd-46e2-aab4-7f12c7dd346d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:41:16.282Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.282Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.283Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b2fe86ac-c875-4dcd-b136-7934dcb66ce5: vFW 4f03db6a-5f0a
2022-03-10T15:41:16.283Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.283Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.284Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.284Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.284Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.285Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.285Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.285Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.286Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:41:16.286Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-37-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:41:16.286Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-10 15-37-29 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:41:16.477Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4f03db6a-5f0a 0fd1f9da-0896-4723-9679-2fd1a789bf77 1 ASDC deployResourceStructure
2022-03-10T15:41:16.478Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json ASDC sendASDCNotification
2022-03-10T15:41:16.478Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json
2022-03-10T15:41:16.478Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:41:16.478Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:16.482Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:16.482Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926876477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:41:16.582Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:16.583Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:16.583Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:16.599Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:16.599Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:17.483Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T15:41:17.483Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml
2022-03-10T15:41:17.483Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:41:17.484Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:17.486Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:17.486Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926877483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:41:17.586Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:17.587Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:17.587Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:17.603Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:17.604Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:18.487Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T15:41:18.487Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env
2022-03-10T15:41:18.487Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:41:18.487Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:18.489Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:18.489Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926878487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:41:18.591Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:41:18.593Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:18.593Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:18.617Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:18.618Z||pool-48-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:41:19.490Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar ASDC sendASDCNotification
2022-03-10T15:41:19.491Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar
2022-03-10T15:41:19.491Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:41:19.492Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:41:19.496Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:41:19.496Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926879490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:41:19.596Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:41:19.597Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:41:19.597Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:41:19.614Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:41:19.614Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:41:20.497Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:41:20.509Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:41:20.512Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:41:20.513Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:41:20.513Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:41:50.513Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:41:50.526Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:41:50.530Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:41:50.531Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:41:50.531Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:42:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:42:00.492Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:42:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:42:00.627Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:42:00.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:42:00.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:42:00.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:42:20.531Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:42:20.544Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:42:20.553Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:42:20.553Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:42:20.553Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:42:50.553Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:42:50.565Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:42:50.567Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:42:50.567Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:42:50.568Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:43:00.491Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:43:00.493Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:43:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:01.019Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:01.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926861468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:43:01.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "clamp",
  "timestamp": 1646926862472,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:43:01.031Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2aabc17-742a-4bea-ba7c-d28e23c2ce78
2022-03-10T15:43:01.031Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:43:01.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:43:01.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:43:01.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926860489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:43:01.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926868516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:43:01.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926867672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:01.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "aai-ml",
  "timestamp": 1646926868677,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:43:01.053Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2aabc17-742a-4bea-ba7c-d28e23c2ce78
2022-03-10T15:43:01.053Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:43:01.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926862586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:43:01.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:43:01.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926870756,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:43:01.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926872490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:43:01.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926873909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:43:01.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926874247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.065Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926875207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:43:01.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646926875251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:43:01.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2aabc17-742a-4bea-ba7c-d28e23c2ce78
2022-03-10T15:43:01.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:43:01.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926876477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/vfw4f03db6a5f0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926877483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926878487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/resourceInstances/vfw4f03db6a5f0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:01.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-10T15:43:01.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646926879490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310153729/1.0/artifacts/service-Vfw20220310153729-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:43:01.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:43:20.568Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:43:20.583Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:43:20.587Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:43:20.587Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:43:20.587Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:43:20.587Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:43:20.587Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:43:20.587Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:43:20.588Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:43:20.588Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:43:20.588Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:43:20.588Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:43:20.588Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:43:20.593Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:43:50.594Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:43:50.609Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and serviceModelVersionId: b2fe86ac-c875-4dcd-b136-7934dcb66ce5
2022-03-10T15:43:50.609Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66746935-1e03-4a7d-be57-5be5c9d40b12
2022-03-10T15:43:50.611Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0
2022-03-10T15:43:50.617Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:43:50.684Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0|INFO|500||Invoke
2022-03-10T15:43:50.684Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2aabc17-742a-4bea-ba7c-d28e23c2ce78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ffb4486-3999-4117-b40d-ec0e7c4a3f94], X-ECOMP-RequestID=[b2aabc17-742a-4bea-ba7c-d28e23c2ce78], X-TransactionId=[], X-ONAP-RequestID=[b2aabc17-742a-4bea-ba7c-d28e23c2ce78], Content-Type=[application/merge-patch+json]}
2022-03-10T15:43:50.712Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:43:51.322Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?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/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-15:43:50:279-39835], vertex-id=[217152], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:43:50 GMT], Content-Type=[application/json]}
2022-03-10T15:43:51.323Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:43:51.324Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66746935-1e03-4a7d-be57-5be5c9d40b12/model-vers/model-ver/b2fe86ac-c875-4dcd-b136-7934dcb66ce5?depth=0|INFO|500||InvokeReturn
2022-03-10T15:43:51.325Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:43:51.325Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:43:51.329Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:43:51.330Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2aabc17-742a-4bea-ba7c-d28e23c2ce78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:43:51.330Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:43:51.330Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:43:51.332Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:43:51.332Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927031330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:43:51.433Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:43:51.434Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:43:51.434Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:51.447Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:51.447Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:43:52.346Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:43:52.347Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:43:52.347Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:56.678Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:56.679Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:43:56.679Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b578c00-d228-42f5-a0f8-56aab1bd3d26","serviceName":"vFW 2022-03-10 15-40-34","serviceVersion":"1.0","serviceUUID":"10d74712-e054-4ec6-8cf2-de362a7aeeae","serviceDescription":"catalog service description","serviceInvariantUUID":"fd0cb84c-5d47-48d8-924a-ce7679dfaa4e","resources":[{"resourceInstanceName":"vFW 61e4a922-76c1 0","resourceName":"vFW 61e4a922-76c1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"76326357-06b2-4844-8863-cba745852aae","resourceInvariantUUID":"4b92f1a3-74d0-421e-a475-1f41d725548d","resourceCustomizationUUID":"6718031c-abce-4455-8b02-f6bd20aa9606","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml","artifactChecksum":"Njg1ZmM1ZTI5MmZiNDgwNjZiNzRjZGExZTlmMmE2Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc19b22a-9858-41ae-92e7-c3bf6c882d22","artifactVersion":"1"},{"artifactName":"vfw61e4a92276c10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json","artifactChecksum":"YTQzMGI2ODdkM2EyM2ZmODVjNTI4ZDI0MjAxODgxMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aff12166-3214-4b07-90ab-57a84b61b10f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"adcdc3ed-9981-4748-bda7-060ff3d7eb2e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml","artifactChecksum":"ZTBiNWQyN2Q4MGU3YzM0NzA4ODUxNWE1ZTQzNDNjZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8bb9127b-30eb-4ac6-96ad-56699439f4dc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a3f8585d-f79f-4587-b6ce-374315cf3f20","artifactVersion":"2","generatedFromUUID":"adcdc3ed-9981-4748-bda7-060ff3d7eb2e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310154034-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml","artifactChecksum":"Njg5MGY3YjVlNWM2ODMzOWY2NDAwOWU3MzljMDVhNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d910712f-3f98-45b9-8763-d5b0a5b07501","artifactVersion":"1"},{"artifactName":"service-Vfw20220310154034-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar","artifactChecksum":"YzJmN2Q5YWRjZTZmMGUxY2IwNWZlMThiZTg0M2Q5YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"adb9e85a-c77d-4b96-a0c5-8f9f585a79c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:43:56.682Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:43:56.682Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:43:56.684Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:43:56.684Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:56.784Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:43:56.785Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:43:56.785Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:56.799Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:56.799Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:43:57.685Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:43:57.685Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:43:57.701Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:43:57.702Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:43:57.788Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-03-10T15:43:57.789Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:43:57.789Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:57.808Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:57.808Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:43:58.702Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:43:58.703Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:43:58.705Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:43:58.706Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:43:58.806Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:43:58.807Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:43:58.807Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:58.820Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:58.820Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:43:59.707Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:43:59.708Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:43:59.710Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:43:59.710Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:43:59.810Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:43:59.811Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:43:59.812Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:43:59.823Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:43:59.824Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:44:00.492Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:44:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:00.711Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:44:00.712Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:00.713Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:00.713Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.814Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:44:00.815Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:00.815Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:00.830Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:00.831Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:00.845Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:00.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2aabc17-742a-4bea-ba7c-d28e23c2ce78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927031330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:44:00.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927017943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927019172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927018807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927022501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927024775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927033055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927033351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927032771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927032880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "dcae-sch",
  "timestamp": 1646927027516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927034062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:44:00.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "cds",
  "timestamp": 1646927033778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:44:00.879Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b578c00-d228-42f5-a0f8-56aab1bd3d26
2022-03-10T15:44:00.879Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:44:00.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927034691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:00.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "policy-id",
  "timestamp": 1646927035065,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:44:00.892Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b578c00-d228-42f5-a0f8-56aab1bd3d26
2022-03-10T15:44:00.892Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:44:00.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927036187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927037213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:44:00.907Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b578c00-d228-42f5-a0f8-56aab1bd3d26
2022-03-10T15:44:00.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:44:00.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927038217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:44:00.914Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:44:00.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:44:00.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:00.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:44:00.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:00.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:44:01.714Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:44:01.715Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:01.716Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:01.717Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:44:01.817Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:01.818Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:01.818Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:01.830Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:01.830Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:02.717Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:44:02.718Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:02.720Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:02.721Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:44:02.821Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:44:02.822Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:02.822Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:02.832Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:02.833Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:03.722Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "serviceName": "vFW 2022-03-10 15-40-34",
  "serviceVersion": "1.0",
  "serviceUUID": "10d74712-e054-4ec6-8cf2-de362a7aeeae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fd0cb84c-5d47-48d8-924a-ce7679dfaa4e",
  "resources": [
    {
      "resourceInstanceName": "vFW 61e4a922-76c1 0",
      "resourceCustomizationUUID": "6718031c-abce-4455-8b02-f6bd20aa9606",
      "resourceName": "vFW 61e4a922-76c1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "76326357-06b2-4844-8863-cba745852aae",
      "resourceInvariantUUID": "4b92f1a3-74d0-421e-a475-1f41d725548d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw61e4a92276c10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
          "artifactChecksum": "YTQzMGI2ODdkM2EyM2ZmODVjNTI4ZDI0MjAxODgxMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aff12166-3214-4b07-90ab-57a84b61b10f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "adcdc3ed-9981-4748-bda7-060ff3d7eb2e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a3f8585d-f79f-4587-b6ce-374315cf3f20",
            "generatedFromUUID": "adcdc3ed-9981-4748-bda7-060ff3d7eb2e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a3f8585d-f79f-4587-b6ce-374315cf3f20",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220310154034-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
      "artifactChecksum": "YzJmN2Q5YWRjZTZmMGUxY2IwNWZlMThiZTg0M2Q5YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "adb9e85a-c77d-4b96-a0c5-8f9f585a79c2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:44:03.723Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:44:03.723Z|b2aabc17-742a-4bea-ba7c-d28e23c2ce78|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10d74712-e054-4ec6-8cf2-de362a7aeeae ASDC
2022-03-10T15:44:03.724Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6b578c00-d228-42f5-a0f8-56aab1bd3d26
ServiceName:vFW 2022-03-10 15-40-34
ServiceVersion:1.0
ServiceUUID:10d74712-e054-4ec6-8cf2-de362a7aeeae
ServiceInvariantUUID:fd0cb84c-5d47-48d8-924a-ce7679dfaa4e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310154034-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar
ArtifactUUID:adb9e85a-c77d-4b96-a0c5-8f9f585a79c2
ArtifactChecksum:YzJmN2Q5YWRjZTZmMGUxY2IwNWZlMThiZTg0M2Q5YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 61e4a922-76c1 0
ResourceCustomizationUUID:6718031c-abce-4455-8b02-f6bd20aa9606
ResourceInvariantUUID:4b92f1a3-74d0-421e-a475-1f41d725548d
ResourceName:vFW 61e4a922-76c1
ResourceType:VF
ResourceUUID:76326357-06b2-4844-8863-cba745852aae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw61e4a92276c10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json
ArtifactUUID:aff12166-3214-4b07-90ab-57a84b61b10f
ArtifactChecksum:YTQzMGI2ODdkM2EyM2ZmODVjNTI4ZDI0MjAxODgxMzA=
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/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml
ArtifactUUID:adcdc3ed-9981-4748-bda7-060ff3d7eb2e
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/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env
ArtifactUUID:a3f8585d-f79f-4587-b6ce-374315cf3f20
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/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env
ArtifactUUID:a3f8585d-f79f-4587-b6ce-374315cf3f20
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:44:03.724Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10d74712-e054-4ec6-8cf2-de362a7aeeae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:44:03.756Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:44:03.757Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-10T15:44:03.757Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-10T15:44:03.758Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adb9e85a-c77d-4b96-a0c5-8f9f585a79c2 from URL: /sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:03.758Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:44:03.758Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:04.212Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:44:04.218Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar adb9e85a-c77d-4b96-a0c5-8f9f585a79c2 98936
2022-03-10T15:44:04.218Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar ASDC sendASDCNotification
2022-03-10T15:44:04.218Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:04.219Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:44:04.219Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:04.221Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:04.221Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927044218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:04.322Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:04.323Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:04.323Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:04.334Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:04.335Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:05.223Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:44:05.224Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-10T15:44:05.225Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: adb9e85a-c77d-4b96-a0c5-8f9f585a79c2, URL: /sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar to file: /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:05.225Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310154034-csar.csar
2022-03-10T15:44:05.226Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:05.226Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:05.380Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4197304867209122471/Definitions/service-Vfw20220310154034-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-10T15:44:07.402Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:44:07.403Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 61e4a922-76c1 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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.404Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||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-Vfw20220310154034-csar.csar
2022-03-10T15:44:07.405Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-10T15:44:07.406Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.406Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.406Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:07.407Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-10T15:44:07.407Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:44:07.408Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.408Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.408Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:07.408Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-10T15:44:07.408Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:44:07.409Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.409Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.409Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.410Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:07.410Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:07.410Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:07.410Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:44:07.410Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.411Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.411Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.411Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:44:07.411Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:44:07.412Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:44:07.412Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.412Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.412Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:44:07.412Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.413Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:44:07.413Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.413Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:44:07.413Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.413Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:44:07.414Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.414Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:07.414Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:07.415Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.415Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:07.415Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:07.415Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.415Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:07.415Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:07.416Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.416Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:07.416Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:07.417Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:07.417Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T15:44:07.417Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:44:07.417Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:44:07.417Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.418Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.418Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:44:07.418Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.418Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:44:07.418Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.418Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c585580-2450-4335-a0b5-7c109b10ccc6
2022-03-10T15:44:07.419Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.419Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:07.419Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:07.419Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:07.419Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:44:07.420Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.420Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.420Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.420Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:44:07.420Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T15:44:07.420Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:44:07.421Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.421Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:44:07.421Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.421Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=781f2709-1fe2-415c-b4cc-ec07d2b027c7
2022-03-10T15:44:07.421Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.421Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:07.422Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:07.422Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:07.422Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:44:07.422Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.422Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.422Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T15:44:07.423Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2e63a7a2-e8fc-4d50-a9b0-0c302ab15e2d
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.424Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:07.425Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:07.425Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-10 15-40-34
Description:catalog service description
Model UUID:10d74712-e054-4ec6-8cf2-de362a7aeeae
Model Version:NULL
Model InvariantUuid:fd0cb84c-5d47-48d8-924a-ce7679dfaa4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 61e4a922-76c1
Model UUID:5b5992a4-32e0-49e7-9275-f3d7521e9bb5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4b92f1a3-74d0-421e-a475-1f41d725548d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6718031c-abce-4455-8b02-f6bd20aa9606
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5eb716ec-c06c-46ec-adde-19e9f7b3b0dd
ModelName:Vfw61e4a92276c1..base_vfw..module-0
ModelUuid:fcbf8662-1a41-4cff-be75-3b15aa1af412
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0c585580-2450-4335-a0b5-7c109b10ccc6
ModelInvariantUuid:bea08730-6045-428c-9927-863671c87625
ModelName:vFW 61e4a922-76c1-nodes.vfwCvfc
ModelUuid:aa4600b1-0c7b-4428-b3b7-1d31890681ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a80cea32-bb58-4b45-9093-288c7eefc72e
ModelInvariantUuid:5ed3063f-a875-4096-9914-2e38d4766440
ModelName:Vfw61e4a92276c1.compute.nodes.heat.vfw
ModelUuid:a4efc225-9969-4e94-8042-1c6e972dfef2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:781f2709-1fe2-415c-b4cc-ec07d2b027c7
ModelInvariantUuid:a1d6af10-00e1-4cf0-a446-2660eb5ba8d9
ModelName:vFW 61e4a922-76c1-nodes.vsnCvfc
ModelUuid:5267efe7-0243-49c0-8eb2-aa67e8732bc6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:26a12522-d678-4857-8187-15e5c453d5ea
ModelInvariantUuid:7e12f675-d049-46d6-ad23-bf65294a2b9d
ModelName:Vfw61e4a92276c1.compute.nodes.heat.vsn
ModelUuid:57e54920-51df-4abd-a496-36669f33c22e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2e63a7a2-e8fc-4d50-a9b0-0c302ab15e2d
ModelInvariantUuid:f2e188b4-285d-4e20-b067-8b47c5721c14
ModelName:vFW 61e4a922-76c1-nodes.vpgCvfc
ModelUuid:aebf7753-8da2-49f4-b587-8e7e380b9e87
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:51a8bc3a-047b-439d-b23f-bafa3227c415
ModelInvariantUuid:3b876abd-39f0-4b4b-990a-fb4713a971f7
ModelName:Vfw61e4a92276c1.compute.nodes.heat.vpg
ModelUuid:efa3d16a-8e4d-46e4-9b49-6697243f6d96
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:44:07.432Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 76326357-06b2-4844-8863-cba745852aae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:44:07.436Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||vFW 61e4a922-76c1 0
2022-03-10T15:44:07.437Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 76326357-06b2-4844-8863-cba745852aae
2022-03-10T15:44:07.437Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aff12166-3214-4b07-90ab-57a84b61b10f from URL: /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json
2022-03-10T15:44:07.437Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:44:07.438Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json
2022-03-10T15:44:07.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:44:07.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json aff12166-3214-4b07-90ab-57a84b61b10f 785
2022-03-10T15:44:07.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json ASDC sendASDCNotification
2022-03-10T15:44:07.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json
2022-03-10T15:44:07.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:44:07.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:07.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:07.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927047704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:07.808Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T15:44:07.810Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:07.810Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:07.822Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:07.822Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:44:08.711Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw61e4a92276c1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5eb716ec-c06c-46ec-adde-19e9f7b3b0dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcbf8662-1a41-4cff-be75-3b15aa1af412",
    "vfModuleModelCustomizationUUID": "1eb8282b-0030-437b-ac37-ca1f96fdac65",
    "isBase": true,
    "artifacts": [
      "adcdc3ed-9981-4748-bda7-060ff3d7eb2e",
      "a3f8585d-f79f-4587-b6ce-374315cf3f20"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:44:08.715Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw61e4a92276c1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcbf8662-1a41-4cff-be75-3b15aa1af412
VfModuleModelInvariantUUID:5eb716ec-c06c-46ec-adde-19e9f7b3b0dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
adcdc3ed-9981-4748-bda7-060ff3d7eb2e
,
a3f8585d-f79f-4587-b6ce-374315cf3f20

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

isBase:true


}

2022-03-10T15:44:08.720Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw61e4a92276c1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5eb716ec-c06c-46ec-adde-19e9f7b3b0dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fcbf8662-1a41-4cff-be75-3b15aa1af412",
    "vfModuleModelCustomizationUUID": "1eb8282b-0030-437b-ac37-ca1f96fdac65",
    "isBase": true,
    "artifacts": [
      "adcdc3ed-9981-4748-bda7-060ff3d7eb2e",
      "a3f8585d-f79f-4587-b6ce-374315cf3f20"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:44:08.721Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw61e4a92276c1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fcbf8662-1a41-4cff-be75-3b15aa1af412
VfModuleModelInvariantUUID:5eb716ec-c06c-46ec-adde-19e9f7b3b0dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
adcdc3ed-9981-4748-bda7-060ff3d7eb2e
,
a3f8585d-f79f-4587-b6ce-374315cf3f20

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

isBase:true


}

2022-03-10T15:44:08.721Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: adcdc3ed-9981-4748-bda7-060ff3d7eb2e from URL: /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml
2022-03-10T15:44:08.721Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:44:08.721Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml
2022-03-10T15:44:08.919Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:44:08.921Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml adcdc3ed-9981-4748-bda7-060ff3d7eb2e 20368
2022-03-10T15:44:08.921Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T15:44:08.922Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml
2022-03-10T15:44:08.922Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:44:08.922Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:08.924Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:08.925Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927048921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:09.025Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:09.027Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:09.027Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:09.036Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:09.037Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:09.925Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a3f8585d-f79f-4587-b6ce-374315cf3f20 from URL: /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env
2022-03-10T15:44:09.926Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-10T15:44:09.927Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env
2022-03-10T15:44:10.506Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-10T15:44:10.507Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env a3f8585d-f79f-4587-b6ce-374315cf3f20 2098
2022-03-10T15:44:10.508Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T15:44:10.508Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env
2022-03-10T15:44:10.508Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:44:10.509Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:10.512Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:10.512Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927050508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:44:10.612Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:10.615Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:10.615Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:10.639Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:10.640Z||pool-61-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:44:11.513Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 10d74712-e054-4ec6-8cf2-de362a7aeeae
2022-03-10T15:44:11.514Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 61e4a922-76c1 0 76326357-06b2-4844-8863-cba745852aae ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:44:11.529Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e4eb2dc, org.onap.sdc.toscaparser.api.parameters.Input@6b3d0180, org.onap.sdc.toscaparser.api.parameters.Input@19cab292, org.onap.sdc.toscaparser.api.parameters.Input@4dc064ee, org.onap.sdc.toscaparser.api.parameters.Input@66b3e7d8]
2022-03-10T15:44:11.531Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.531Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.531Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:44:11.532Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6718031c-abce-4455-8b02-f6bd20aa9606
2022-03-10T15:44:11.532Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6718031c-abce-4455-8b02-f6bd20aa9606 matches Tosca VF Customization UUID: 6718031c-abce-4455-8b02-f6bd20aa9606
2022-03-10T15:44:11.532Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6718031c-abce-4455-8b02-f6bd20aa9606  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:44:11.534Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.534Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6718031c-abce-4455-8b02-f6bd20aa9606: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-10T15:44:11.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@673a5d57
2022-03-10T15:44:11.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:44:11.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1eb8282b-0030-437b-ac37-ca1f96fdac65
2022-03-10T15:44:11.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1eb8282b-0030-437b-ac37-ca1f96fdac65
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:44:11.538Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.538Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:11.539Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:11.539Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.539Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:11.539Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:11.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:11.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:11.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:11.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T15:44:11.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:44:11.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:44:11.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:11.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:44:11.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:11.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:44:11.543Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.543Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0c585580-2450-4335-a0b5-7c109b10ccc6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:44:11.545Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.545Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:11.545Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:11.546Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.546Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:11.546Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:11.546Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:11.547Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:44:11.547Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.547Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:11.547Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.548Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:44:11.548Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T15:44:11.548Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T15:44:11.548Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:11.548Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T15:44:11.549Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.549Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=781f2709-1fe2-415c-b4cc-ec07d2b027c7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:44:11.551Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.551Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:11.552Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:11.552Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.552Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is not matching search criteria
2022-03-10T15:44:11.552Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T15:44:11.553Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T15:44:11.553Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T15:44:11.553Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.553Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:11.554Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.554Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T15:44:11.554Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T15:44:11.554Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T15:44:11.555Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T15:44:11.555Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T15:44:11.555Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T15:44:11.555Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2e63a7a2-e8fc-4d50-a9b0-0c302ab15e2d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:44:11.557Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.557Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:11.558Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:44:11.558Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.558Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Node template vFW 61e4a922-76c1 0 is matching search criteria
2022-03-10T15:44:11.558Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 61e4a922-76c1 0] matching following query criteria: sdcType=VF, customizationUUID=6718031c-abce-4455-8b02-f6bd20aa9606
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:44:11.560Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.561Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.561Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 10d74712-e054-4ec6-8cf2-de362a7aeeae: vFW 61e4a922-76c1
2022-03-10T15:44:11.561Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.561Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.562Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.562Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.562Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.562Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.563Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.563Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.563Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:44:11.563Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-10 15-40-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:44:11.564Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-10 15-40-34 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:44:11.739Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 61e4a922-76c1 76326357-06b2-4844-8863-cba745852aae 1 ASDC deployResourceStructure
2022-03-10T15:44:11.740Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json ASDC sendASDCNotification
2022-03-10T15:44:11.740Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json
2022-03-10T15:44:11.740Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:44:11.740Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:11.742Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:11.743Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927051739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:44:11.843Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:11.844Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:11.844Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:11.857Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:11.858Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:12.744Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T15:44:12.745Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml
2022-03-10T15:44:12.745Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:44:12.745Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:12.748Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:12.748Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927052744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:44:12.848Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:12.849Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:12.850Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:12.862Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:12.863Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:13.750Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T15:44:13.750Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env
2022-03-10T15:44:13.750Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:44:13.751Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:13.753Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:13.753Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927053749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:44:13.853Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:13.854Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:13.855Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:13.872Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:13.872Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:44:14.754Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar ASDC sendASDCNotification
2022-03-10T15:44:14.754Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar
2022-03-10T15:44:14.754Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:44:14.755Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:44:14.756Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:44:14.756Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927054754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:44:14.857Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:44:14.858Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:44:14.858Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:44:14.868Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:44:14.869Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:44:15.758Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:44:15.769Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:44:15.771Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:44:15.771Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:44:15.772Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:44:45.772Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:44:45.782Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:44:45.785Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:44:45.785Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:44:45.785Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:45:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:45:00.492Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:45:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:45:00.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:45:00.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:45:00.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-10T15:45:00.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:45:15.786Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:45:15.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:45:15.815Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:45:15.816Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:45:15.816Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:45:45.816Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:45:45.828Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:45:45.831Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:45:45.831Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:45:45.832Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:46:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:46:00.492Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:46:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:46:01.020Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:46:01.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927032346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:46:01.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927044218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:46:01.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927046259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927047704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "aai-ml",
  "timestamp": 1646927047263,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:46:01.034Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b578c00-d228-42f5-a0f8-56aab1bd3d26
2022-03-10T15:46:01.034Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:46:01.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927048921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927042586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927050508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927043985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927050664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927051739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/vfw61e4a92276c10_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927052744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927053749,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/resourceInstances/vfw61e4a92276c10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927054754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927054154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927055166,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:46:01.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b578c00-d228-42f5-a0f8-56aab1bd3d26
2022-03-10T15:46:01.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:46:01.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927060493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:46:01.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927063494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220310154034/1.0/artifacts/service-Vfw20220310154034-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:46:01.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:46:01.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T15:46:01.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "clamp",
  "timestamp": 1646927064498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:46:01.065Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b578c00-d228-42f5-a0f8-56aab1bd3d26
2022-03-10T15:46:01.065Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:46:15.832Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:46:15.842Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:46:15.845Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:46:15.846Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:46:15.846Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:46:15.846Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:46:15.846Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:46:15.850Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:46:45.850Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:46:45.860Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and serviceModelVersionId: 10d74712-e054-4ec6-8cf2-de362a7aeeae
2022-03-10T15:46:45.860Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd0cb84c-5d47-48d8-924a-ce7679dfaa4e
2022-03-10T15:46:45.861Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd0cb84c-5d47-48d8-924a-ce7679dfaa4e/model-vers/model-ver/10d74712-e054-4ec6-8cf2-de362a7aeeae?depth=0
2022-03-10T15:46:45.866Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:46:45.919Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd0cb84c-5d47-48d8-924a-ce7679dfaa4e/model-vers/model-ver/10d74712-e054-4ec6-8cf2-de362a7aeeae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-10T15:46:45.921Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd0cb84c-5d47-48d8-924a-ce7679dfaa4e/model-vers/model-ver/10d74712-e054-4ec6-8cf2-de362a7aeeae?depth=0|INFO|500||Invoke
2022-03-10T15:46:45.944Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd0cb84c-5d47-48d8-924a-ce7679dfaa4e/model-vers/model-ver/10d74712-e054-4ec6-8cf2-de362a7aeeae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:46:46.500Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd0cb84c-5d47-48d8-924a-ce7679dfaa4e/model-vers/model-ver/10d74712-e054-4ec6-8cf2-de362a7aeeae?depth=0|INFO|500||InvokeReturn
2022-03-10T15:46:46.501Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd0cb84c-5d47-48d8-924a-ce7679dfaa4e/model-vers/model-ver/10d74712-e054-4ec6-8cf2-de362a7aeeae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-15:46:45:502-46995], vertex-id=[250064], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:46:45 GMT], Content-Type=[application/json]}
2022-03-10T15:46:46.501Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:46:46.501Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:46:46.501Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:46:46.512Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:46:46.513Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b578c00-d228-42f5-a0f8-56aab1bd3d26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:46:46.513Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:46:46.513Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:46:46.516Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:46:46.516Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927206513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:46:46.616Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:46:46.618Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:46:46.618Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:46:46.635Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:46:46.636Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:46:47.533Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:46:47.534Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:46:47.534Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:46:57.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:46:57.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:46:57.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:46:57.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:47:00.492Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:47:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:47:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:47:01.128Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:47:01.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:47:01.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6b578c00-d228-42f5-a0f8-56aab1bd3d26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927206513,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:47:01.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:47:07.362Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:47:07.363Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:47:07.364Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:47:07.364Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:47:16.918Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:47:16.919Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:47:16.920Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:47:16.920Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:47:26.461Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:47:26.463Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:47:26.463Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:47:26.464Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:47:36.030Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:48:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:48:00.492Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:48:00.492Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:48:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:48:00.492Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:48:00.493Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:48:10.035Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:48:10.037Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:49:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:49:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:49:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:49:00.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:49:00.492Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:49:00.492Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:49:10.037Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:49:10.037Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:50:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:50:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:50:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:50:00.491Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:50:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:50:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:50:10.037Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:50:10.038Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:51:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:51:00.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:51:00.490Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:51:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:51:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:51:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:51:10.038Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:51:10.039Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:52:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:52:00.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:52:00.490Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:52:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:52:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:52:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:52:10.046Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:52:10.052Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:00.489Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:53:00.490Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:53:00.490Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:53:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:53:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:01.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:01.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"25227622-7911-493c-9617-3b0c0e9e61e5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2771e660-4f49-477c-9e34-fe816e4cf07c","serviceDescription":"service","serviceInvariantUUID":"599ef421-d99e-4024-9e27-571f99ccabaf","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"89338b7c-174a-4393-bffc-dd76eb62b402","resourceInvariantUUID":"970c8460-652c-410d-8d04-bf2f19380065","resourceCustomizationUUID":"91075d61-8713-4167-86bf-9603c6518179","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":"YzczNDdjNTM1ZDE1ZTE0OTA0NDQ3OWM3NTExZjViNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0feac321-f28e-423b-b125-e7b088d72523","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmE4NWZmOTJiMjAzZjhiNjBhNGZlZjczOGQzMGU0OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6344c590-dfc5-4b49-ac8b-e3aa392e6378","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:53:01.127Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:53:01.127Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:53:01.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:01.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927527517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.131Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:53:01.131Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927580489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "cds",
  "timestamp": 1646927528807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "aai-ml",
  "timestamp": 1646927534775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "cds",
  "timestamp": 1646927528807,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927527517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "aai-ml",
  "timestamp": 1646927534775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:01.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927537943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "cds",
  "timestamp": 1646927538638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "aai-ml",
  "timestamp": 1646927538564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927539171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927537943,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "cds",
  "timestamp": 1646927539648,
  "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-03-10T15:53:01.167Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25227622-7911-493c-9617-3b0c0e9e61e5
2022-03-10T15:53:01.167Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25227622-7911-493c-9617-3b0c0e9e61e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:53:01.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927539171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "policy-id",
  "timestamp": 1646927542499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "policy-id",
  "timestamp": 1646927542499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:01.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "aai-ml",
  "timestamp": 1646927544743,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "policy-id",
  "timestamp": 1646927545455,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "aai-ml",
  "timestamp": 1646927545748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:53:01.190Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25227622-7911-493c-9617-3b0c0e9e61e5
2022-03-10T15:53:01.190Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25227622-7911-493c-9617-3b0c0e9e61e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:53:01.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "policy-id",
  "timestamp": 1646927546459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:53:01.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "policy-id",
  "timestamp": 1646927547463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:53:01.207Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25227622-7911-493c-9617-3b0c0e9e61e5
2022-03-10T15:53:01.207Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25227622-7911-493c-9617-3b0c0e9e61e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:53:01.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927552586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "clamp",
  "timestamp": 1646927553985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927552586,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "clamp",
  "timestamp": 1646927553985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927555869,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927557538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927558547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:53:01.222Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25227622-7911-493c-9617-3b0c0e9e61e5
2022-03-10T15:53:01.222Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25227622-7911-493c-9617-3b0c0e9e61e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:53:01.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "clamp",
  "timestamp": 1646927562569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:53:01.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "clamp",
  "timestamp": 1646927565572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:53:01.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:53:01.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:53:01.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "clamp",
  "timestamp": 1646927566576,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:53:01.236Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-10T15:53:01.237Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:53:01.238Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:01.241Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25227622-7911-493c-9617-3b0c0e9e61e5
2022-03-10T15:53:01.242Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25227622-7911-493c-9617-3b0c0e9e61e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:53:01.255Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:01.256Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:53:02.132Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:53:02.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:53:02.138Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:53:02.138Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927580489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:53:02.238Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:53:02.239Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:53:02.240Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:02.259Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:02.259Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:53:03.140Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2771e660-4f49-477c-9e34-fe816e4cf07c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "599ef421-d99e-4024-9e27-571f99ccabaf",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "91075d61-8713-4167-86bf-9603c6518179",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "89338b7c-174a-4393-bffc-dd76eb62b402",
      "resourceInvariantUUID": "970c8460-652c-410d-8d04-bf2f19380065",
      "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": "NmE4NWZmOTJiMjAzZjhiNjBhNGZlZjczOGQzMGU0OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6344c590-dfc5-4b49-ac8b-e3aa392e6378"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:53:03.141Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:53:03.141Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2771e660-4f49-477c-9e34-fe816e4cf07c ASDC
2022-03-10T15:53:03.143Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:25227622-7911-493c-9617-3b0c0e9e61e5
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2771e660-4f49-477c-9e34-fe816e4cf07c
ServiceInvariantUUID:599ef421-d99e-4024-9e27-571f99ccabaf
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:6344c590-dfc5-4b49-ac8b-e3aa392e6378
ArtifactChecksum:NmE4NWZmOTJiMjAzZjhiNjBhNGZlZjczOGQzMGU0OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:91075d61-8713-4167-86bf-9603c6518179
ResourceInvariantUUID:970c8460-652c-410d-8d04-bf2f19380065
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:89338b7c-174a-4393-bffc-dd76eb62b402
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-10T15:53:03.143Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2771e660-4f49-477c-9e34-fe816e4cf07c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:53:03.178Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:53:03.180Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:53:03.180Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:53:03.181Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6344c590-dfc5-4b49-ac8b-e3aa392e6378 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T15:53:03.181Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:53:03.181Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T15:53:03.832Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:53:03.834Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6344c590-dfc5-4b49-ac8b-e3aa392e6378 52491
2022-03-10T15:53:03.835Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-10T15:53:03.835Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T15:53:03.835Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:53:03.835Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:53:03.838Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:53:03.838Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927583835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:53:03.938Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:53:03.939Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:53:03.939Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:03.951Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:03.951Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:53:04.839Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:53:04.841Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:53:04.841Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6344c590-dfc5-4b49-ac8b-e3aa392e6378, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:04.842Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-10T15:53:04.843Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:04.843Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.089Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1164503147281053416/Definitions/service-BasicNetwork-template.yml
2022-03-10T15:53:05.732Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:53:05.732Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:53:05.732Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.733Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:53:05.734Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.734Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.735Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-10T15:53:05.735Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:53:05.735Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:53:05.735Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.736Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.737Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.737Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.737Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.737Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.737Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.738Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.738Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2771e660-4f49-477c-9e34-fe816e4cf07c
Model Version:NULL
Model InvariantUuid:599ef421-d99e-4024-9e27-571f99ccabaf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:970c8460-652c-410d-8d04-bf2f19380065
Model UUID:e207f54e-3496-425c-b102-0a336df8ac43
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:91075d61-8713-4167-86bf-9603c6518179
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:53:05.745Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 89338b7c-174a-4393-bffc-dd76eb62b402
2022-03-10T15:53:05.745Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||No resources found for Service: 2771e660-4f49-477c-9e34-fe816e4cf07c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:53:05.754Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||
2022-03-10T15:53:05.754Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-10T15:53:05.755Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 2771e660-4f49-477c-9e34-fe816e4cf07c
2022-03-10T15:53:05.756Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2771e660-4f49-477c-9e34-fe816e4cf07c
2022-03-10T15:53:05.756Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-10T15:53:05.756Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:53:05.761Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a3f4992, org.onap.sdc.toscaparser.api.parameters.Input@3ccc0f14, org.onap.sdc.toscaparser.api.parameters.Input@b0e8c8a, org.onap.sdc.toscaparser.api.parameters.Input@7b24b6f1, org.onap.sdc.toscaparser.api.parameters.Input@6b4703de]
2022-03-10T15:53:05.763Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.763Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.763Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.763Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.764Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2771e660-4f49-477c-9e34-fe816e4cf07c: Generic NeutronNet
2022-03-10T15:53:05.764Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.764Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.764Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.764Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-10T15:53:05.811Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.811Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.811Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.811Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.811Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:53:05.812Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:53:05.812Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-10T15:53:05.873Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-10T15:53:05.874Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-10T15:53:05.874Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-10T15:53:05.874Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:53:05.874Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:53:05.876Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:53:05.876Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927585874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:53:05.977Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:53:05.978Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:53:05.978Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:05.992Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:05.993Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:53:06.877Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25227622-7911-493c-9617-3b0c0e9e61e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:53:06.887Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25227622-7911-493c-9617-3b0c0e9e61e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:53:06.890Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:53:06.891Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:53:06.891Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:53:06.895Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:53:36.895Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25227622-7911-493c-9617-3b0c0e9e61e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:53:36.900Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25227622-7911-493c-9617-3b0c0e9e61e5 and serviceModelVersionId: 2771e660-4f49-477c-9e34-fe816e4cf07c
2022-03-10T15:53:36.901Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 599ef421-d99e-4024-9e27-571f99ccabaf
2022-03-10T15:53:36.902Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/599ef421-d99e-4024-9e27-571f99ccabaf/model-vers/model-ver/2771e660-4f49-477c-9e34-fe816e4cf07c?depth=0
2022-03-10T15:53:36.907Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:53:36.963Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599ef421-d99e-4024-9e27-571f99ccabaf/model-vers/model-ver/2771e660-4f49-477c-9e34-fe816e4cf07c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-10T15:53:36.966Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599ef421-d99e-4024-9e27-571f99ccabaf/model-vers/model-ver/2771e660-4f49-477c-9e34-fe816e4cf07c?depth=0|INFO|500||Invoke
2022-03-10T15:53:36.994Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599ef421-d99e-4024-9e27-571f99ccabaf/model-vers/model-ver/2771e660-4f49-477c-9e34-fe816e4cf07c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:53:37.829Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599ef421-d99e-4024-9e27-571f99ccabaf/model-vers/model-ver/2771e660-4f49-477c-9e34-fe816e4cf07c?depth=0|INFO|500||InvokeReturn
2022-03-10T15:53:37.830Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/599ef421-d99e-4024-9e27-571f99ccabaf/model-vers/model-ver/2771e660-4f49-477c-9e34-fe816e4cf07c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-15:53:36:533-76284], vertex-id=[184568], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:53:36 GMT], Content-Type=[application/json]}
2022-03-10T15:53:37.832Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:53:37.832Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:53:37.832Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:53:37.837Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:53:37.838Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25227622-7911-493c-9617-3b0c0e9e61e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:53:37.838Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:53:37.838Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:53:37.841Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:53:37.841Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927617838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:53:37.941Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:53:37.942Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:53:37.943Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:53:37.958Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:53:37.959Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:54:00.489Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:54:00.490Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:54:00.490Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:54:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:54:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:00.627Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:00.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:54:00.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927580489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:00.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:54:01.125Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:01.125Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T15:54:01.125Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c98f5db3-8527-4a81-a0d5-2450e3d0f4bb","serviceName":"Demo_pNF_PAT5g8XTfyKw9cN0o8zt","serviceVersion":"1.0","serviceUUID":"4a9bd15a-db95-469f-a460-bd8ae4ba9e76","serviceDescription":"catalog service description","serviceInvariantUUID":"e807cdf9-3833-4e8f-a500-b46ed2de5f7d","resources":[{"resourceInstanceName":"pNF c27e71fc-9636 0","resourceName":"pNF c27e71fc-9636","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9c955614-129c-4df1-8a8e-70fb32505ec9","resourceInvariantUUID":"9bae9858-54c3-4b4a-b17c-1f838104460c","resourceCustomizationUUID":"7b45dc3a-befc-4634-8061-08fba0bf9030","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml","artifactChecksum":"YTM5ZWE2NDY2M2UxZTdkMTU4YTRlZGRlNTA5YjhlYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ae3144b-948c-42dd-8290-613764a48b94","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar","artifactChecksum":"NjIxNzZmYjM0MTM5M2RjNjNkOGZlZDhiMjA0ZjczOTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dcab2c9-c80a-4025-adab-5994903b5bf8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec22f494-6f6d-4928-b02f-162d5681ab1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml","artifactChecksum":"MjJhM2ZlZjIzMmY2MDk4ZmM2MDg3NWYwNjc4ZmUxYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"701cee41-6c22-4212-a594-fd700e285ab3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"860d3a4e-1a91-4c05-84d7-5b892a4f2299","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4aedbd5-86f3-4280-b998-34d9f8a03cf7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml","artifactChecksum":"N2I0NzA4MTBlNmEzMjg1MTM0N2JkMTVhNjcxZTFjMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6204357-3adf-4ed6-9906-30b957d5d92f","artifactVersion":"1"},{"artifactName":"service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar","artifactChecksum":"YzBkM2UyZjVjNTFjMTljOTRjMTc5Zjg0ODFmOWQzNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0a0c890-fd26-451e-8b91-8c61a67e30b5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:54:01.127Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:01.127Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:01.129Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:01.129Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:01.229Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:01.230Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:01.231Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:01.244Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:01.244Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:54:02.130Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:02.130Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:02.132Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:02.133Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:02.233Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:02.234Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:02.234Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:02.254Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:02.255Z||pool-73-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:03.133Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:03.134Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:03.137Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:03.137Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:03.237Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:03.238Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:03.239Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:03.250Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:03.251Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:04.138Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:04.138Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:04.140Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:04.140Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:04.241Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:04.242Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:04.242Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:04.262Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:04.263Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:05.141Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:05.142Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:05.144Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:05.144Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:05.244Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:05.245Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:05.245Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:05.256Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:05.256Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:06.145Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:06.146Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:06.148Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:06.149Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:06.248Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:54:06.249Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:06.250Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:06.260Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:06.261Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:07.149Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:07.150Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:07.152Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:07.152Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:54:07.252Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:07.253Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:07.253Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:07.272Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:07.273Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:08.153Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:54:08.153Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:08.155Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:08.155Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:54:08.256Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:08.257Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:08.257Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:08.289Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:08.290Z||pool-79-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:09.156Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "serviceName": "Demo_pNF_PAT5g8XTfyKw9cN0o8zt",
  "serviceVersion": "1.0",
  "serviceUUID": "4a9bd15a-db95-469f-a460-bd8ae4ba9e76",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e807cdf9-3833-4e8f-a500-b46ed2de5f7d",
  "resources": [
    {
      "resourceInstanceName": "pNF c27e71fc-9636 0",
      "resourceCustomizationUUID": "7b45dc3a-befc-4634-8061-08fba0bf9030",
      "resourceName": "pNF c27e71fc-9636",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9c955614-129c-4df1-8a8e-70fb32505ec9",
      "resourceInvariantUUID": "9bae9858-54c3-4b4a-b17c-1f838104460c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
      "artifactChecksum": "YzBkM2UyZjVjNTFjMTljOTRjMTc5Zjg0ODFmOWQzNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0a0c890-fd26-451e-8b91-8c61a67e30b5"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:54:09.157Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:54:09.157Z|25227622-7911-493c-9617-3b0c0e9e61e5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a9bd15a-db95-469f-a460-bd8ae4ba9e76 ASDC
2022-03-10T15:54:09.157Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
ServiceName:Demo_pNF_PAT5g8XTfyKw9cN0o8zt
ServiceVersion:1.0
ServiceUUID:4a9bd15a-db95-469f-a460-bd8ae4ba9e76
ServiceInvariantUUID:e807cdf9-3833-4e8f-a500-b46ed2de5f7d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
ArtifactUUID:b0a0c890-fd26-451e-8b91-8c61a67e30b5
ArtifactChecksum:YzBkM2UyZjVjNTFjMTljOTRjMTc5Zjg0ODFmOWQzNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c27e71fc-9636 0
ResourceCustomizationUUID:7b45dc3a-befc-4634-8061-08fba0bf9030
ResourceInvariantUUID:9bae9858-54c3-4b4a-b17c-1f838104460c
ResourceName:pNF c27e71fc-9636
ResourceType:PNF
ResourceUUID:9c955614-129c-4df1-8a8e-70fb32505ec9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T15:54:09.157Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a9bd15a-db95-469f-a460-bd8ae4ba9e76 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:54:09.184Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:54:09.184Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:54:09.184Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:54:09.185Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b0a0c890-fd26-451e-8b91-8c61a67e30b5 from URL: /sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:09.185Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:54:09.185Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:10.395Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:54:10.398Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar b0a0c890-fd26-451e-8b91-8c61a67e30b5 82623
2022-03-10T15:54:10.398Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar ASDC sendASDCNotification
2022-03-10T15:54:10.399Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:10.399Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:54:10.399Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:10.401Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:10.401Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927650398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:54:10.501Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:10.503Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:10.503Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:10.516Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:10.517Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:11.401Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:54:11.403Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:54:11.403Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b0a0c890-fd26-451e-8b91-8c61a67e30b5, URL: /sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar to file: /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:11.403Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:11.404Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:11.404Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:11.504Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6825441068622164760/Definitions/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml
2022-03-10T15:54:12.192Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:54:12.192Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:54:12.192Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.192Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||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-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c27e71fc-9636 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-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||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-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.193Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Node template pNF c27e71fc-9636 0 is matching search criteria
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c27e71fc-9636 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Node template pNF c27e71fc-9636 0 is matching search criteria
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:54:12.194Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF c27e71fc-9636 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.195Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.196Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.196Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PAT5g8XTfyKw9cN0o8zt
Description:catalog service description
Model UUID:4a9bd15a-db95-469f-a460-bd8ae4ba9e76
Model Version:NULL
Model InvariantUuid:e807cdf9-3833-4e8f-a500-b46ed2de5f7d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:54:12.207Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9c955614-129c-4df1-8a8e-70fb32505ec9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:54:12.211Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||pNF c27e71fc-9636 0
2022-03-10T15:54:12.211Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9c955614-129c-4df1-8a8e-70fb32505ec9
2022-03-10T15:54:12.211Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4a9bd15a-db95-469f-a460-bd8ae4ba9e76
2022-03-10T15:54:12.211Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4a9bd15a-db95-469f-a460-bd8ae4ba9e76
2022-03-10T15:54:12.211Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c27e71fc-9636 0 9c955614-129c-4df1-8a8e-70fb32505ec9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:54:12.215Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16aa89bb, org.onap.sdc.toscaparser.api.parameters.Input@6d684ff3, org.onap.sdc.toscaparser.api.parameters.Input@4c26d5e1, org.onap.sdc.toscaparser.api.parameters.Input@36b97105, org.onap.sdc.toscaparser.api.parameters.Input@741cd138]
2022-03-10T15:54:12.216Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.216Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.216Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4a9bd15a-db95-469f-a460-bd8ae4ba9e76: pNF c27e71fc-9636
2022-03-10T15:54:12.216Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Processing PNF resource: 9c955614-129c-4df1-8a8e-70fb32505ec9
2022-03-10T15:54:12.216Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:54:12.217Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PAT5g8XTfyKw9cN0o8zt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:54:12.217Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7b45dc3a-befc-4634-8061-08fba0bf9030 is the same as notified resource customizationUUID: 7b45dc3a-befc-4634-8061-08fba0bf9030
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-10T15:54:12.263Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c27e71fc-9636 9c955614-129c-4df1-8a8e-70fb32505ec9 0 ASDC deployResourceStructure
2022-03-10T15:54:12.263Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar ASDC sendASDCNotification
2022-03-10T15:54:12.264Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar
2022-03-10T15:54:12.264Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:54:12.264Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:54:12.266Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:54:12.266Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927652263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:54:12.367Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:54:12.368Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:54:12.368Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:54:12.379Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:54:12.381Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:54:13.267Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:54:13.279Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:54:13.281Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:54:13.281Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:54:13.281Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:54:43.281Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:54:43.292Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:54:43.294Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:54:43.294Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:54:43.295Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:55:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:55:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:55:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:55:00.524Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:55:00.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927580489,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927583835,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927585874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:55:00.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "25227622-7911-493c-9617-3b0c0e9e61e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927617838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:55:00.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927603808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927612586,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "dcae-sch",
  "timestamp": 1646927607516,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927613985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927622372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.549Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927622855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "cds",
  "timestamp": 1646927623863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:55:00.562Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
2022-03-10T15:55:00.562Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:55:00.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.572Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927624303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:55:00.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.574Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.575Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927625308,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:55:00.580Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
2022-03-10T15:55:00.581Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:55:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927617943,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927626579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927619172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927627591,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:55:00.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927627125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "clamp",
  "timestamp": 1646927628594,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:55:00.604Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
2022-03-10T15:55:00.604Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:55:00.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927628307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:55:00.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927629313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:55:00.623Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
2022-03-10T15:55:00.624Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:55:00.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927622499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927631652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:55:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927632657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:55:00.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927624776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:55:00.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:55:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "policy-id",
  "timestamp": 1646927633660,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:55:00.641Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
2022-03-10T15:55:00.641Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:55:00.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:55:00.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927634055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:55:00.649Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:55:13.297Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:55:13.308Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:55:13.310Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:55:13.310Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:55:13.311Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:55:43.311Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:55:43.322Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:55:43.324Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:55:43.324Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:55:43.324Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:56:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:56:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:56:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:00.529Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:00.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927641154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:56:00.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:56:00.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "aai-ml",
  "timestamp": 1646927642158,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:56:00.539Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
2022-03-10T15:56:00.540Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:56:00.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/resourceInstances/pnfc27e71fc96360/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927640489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927650398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927652263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPat5g8xtfykw9cn0o8zt/1.0/artifacts/service-DemoPnfPat5g8xtfykw9cn0o8zt-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:56:00.550Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:56:13.325Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:56:13.335Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:56:13.337Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:56:13.337Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:56:13.338Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:56:13.343Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:56:43.343Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:56:43.353Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and serviceModelVersionId: 4a9bd15a-db95-469f-a460-bd8ae4ba9e76
2022-03-10T15:56:43.353Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e807cdf9-3833-4e8f-a500-b46ed2de5f7d
2022-03-10T15:56:43.355Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0
2022-03-10T15:56:43.360Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:56:43.422Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0|INFO|500||Invoke
2022-03-10T15:56:43.423Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c98f5db3-8527-4a81-a0d5-2450e3d0f4bb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4a2c8460-eb65-4d31-ba70-134bdd17c4a2], X-ECOMP-RequestID=[c98f5db3-8527-4a81-a0d5-2450e3d0f4bb], X-TransactionId=[], X-ONAP-RequestID=[c98f5db3-8527-4a81-a0d5-2450e3d0f4bb], Content-Type=[application/merge-patch+json]}
2022-03-10T15:56:43.446Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:56:43.934Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?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/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-15:56:42:975-94221], vertex-id=[164024], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:56:42 GMT], Content-Type=[application/json]}
2022-03-10T15:56:43.934Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:56:43.935Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e807cdf9-3833-4e8f-a500-b46ed2de5f7d/model-vers/model-ver/4a9bd15a-db95-469f-a460-bd8ae4ba9e76?depth=0|INFO|500||InvokeReturn
2022-03-10T15:56:43.936Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:56:43.936Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:56:43.941Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:56:43.942Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c98f5db3-8527-4a81-a0d5-2450e3d0f4bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:56:43.942Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:56:43.943Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:43.946Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:43.946Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927803942,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:56:44.046Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:44.047Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:44.047Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:44.117Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:44.118Z||pool-82-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:56:44.961Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:56:44.962Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:56:44.962Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:49.339Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:49.340Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T15:56:49.341Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"67cafde4-853b-4e09-8ca1-416b863561ad","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7aa3b9e3-e4c3-41ce-b617-3c929eea4d11","serviceDescription":"service","serviceInvariantUUID":"7344e451-1ff5-420b-9f5f-a3651379ae95","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5562e6f3-2021-4a54-b580-f5cf6a153108","resourceInvariantUUID":"c7c54427-da5e-4ba9-8f26-0dc3bf99c62f","resourceCustomizationUUID":"e212fea2-d6d1-46d8-8df1-a2df12af62f0","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":"YmE2ZGQ2NTY5MGI0MzAxMThiYzE0ZTg1MTk3YWVjYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e2cc921-7157-4655-87bc-bb8f8ad1a442","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":"0b13679a-dcb6-4d5a-916a-27b894675994","artifactVersion":"2","generatedFromUUID":"8716236a-1cea-4364-97b0-a2c041ea1508"},{"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":"8716236a-1cea-4364-97b0-a2c041ea1508","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":"NjhlNDQwZTc5Y2ViOTk4YzJiZTk3ZWIzYTY4Yjg2M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a80e477a-f4db-41a7-a91d-b99d287e3ae8","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":"168df343-2f86-415b-9f6d-8fa25c78fb19","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":"78e415e1-a72e-46d0-a1e4-c4fa3b51781f","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":"6c6443b1-8108-467e-b9eb-a3c959d69161","artifactVersion":"2","generatedFromUUID":"168df343-2f86-415b-9f6d-8fa25c78fb19"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODA5NTljMDBhNGExMTRmZWY0NjQwMDZlZmVjYjAyMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bacad718-65ba-4859-a7d7-77d82e001e91","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjZjODY2YjhlZDE5MmYyYmQxMTFhMzU2MjAyMjJlM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86e1fc47-dc1d-4a10-8d43-31ee81711ec3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:56:49.344Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:49.344Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:49.348Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:49.348Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:49.448Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:49.449Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:49.449Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:49.463Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:49.464Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:50.349Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:50.350Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:50.354Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:50.354Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T15:56:50.453Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:56:50.455Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:50.455Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:50.468Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:50.468Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:51.355Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:51.356Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:51.359Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:51.359Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T15:56:51.461Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:56:51.462Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:51.462Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:51.483Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:51.484Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:52.360Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:52.360Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:52.362Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:52.362Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:56:52.463Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:52.464Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:52.464Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:52.478Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:52.479Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:56:53.363Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:53.364Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:53.366Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:53.366Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:56:53.466Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:53.470Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:53.470Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:53.485Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:53.486Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:54.367Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:54.368Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:54.370Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:54.370Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:54.470Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:54.471Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:54.472Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:54.486Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:54.487Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:56:55.371Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:55.372Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:55.375Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:55.375Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T15:56:55.476Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:56:55.477Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:55.477Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:55.487Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:55.488Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:56:56.376Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:56.377Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:56.379Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:56.379Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:56:56.480Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:56.485Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:56.485Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:56.500Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:56.500Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:57.380Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:56:57.381Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:57.384Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:57.385Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:56:57.485Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:57.486Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:57.486Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:57.499Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:57.499Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:58.386Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7aa3b9e3-e4c3-41ce-b617-3c929eea4d11",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7344e451-1ff5-420b-9f5f-a3651379ae95",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e212fea2-d6d1-46d8-8df1-a2df12af62f0",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5562e6f3-2021-4a54-b580-f5cf6a153108",
      "resourceInvariantUUID": "c7c54427-da5e-4ba9-8f26-0dc3bf99c62f",
      "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": "0b13679a-dcb6-4d5a-916a-27b894675994",
          "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": "8716236a-1cea-4364-97b0-a2c041ea1508",
          "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": "NjhlNDQwZTc5Y2ViOTk4YzJiZTk3ZWIzYTY4Yjg2M2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a80e477a-f4db-41a7-a91d-b99d287e3ae8",
          "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": "168df343-2f86-415b-9f6d-8fa25c78fb19",
          "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": "6c6443b1-8108-467e-b9eb-a3c959d69161",
            "generatedFromUUID": "168df343-2f86-415b-9f6d-8fa25c78fb19"
          },
          "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": "6c6443b1-8108-467e-b9eb-a3c959d69161",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZjZjODY2YjhlZDE5MmYyYmQxMTFhMzU2MjAyMjJlM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86e1fc47-dc1d-4a10-8d43-31ee81711ec3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:56:58.386Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:56:58.387Z|c98f5db3-8527-4a81-a0d5-2450e3d0f4bb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7aa3b9e3-e4c3-41ce-b617-3c929eea4d11 ASDC
2022-03-10T15:56:58.388Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:67cafde4-853b-4e09-8ca1-416b863561ad
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7aa3b9e3-e4c3-41ce-b617-3c929eea4d11
ServiceInvariantUUID:7344e451-1ff5-420b-9f5f-a3651379ae95
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:86e1fc47-dc1d-4a10-8d43-31ee81711ec3
ArtifactChecksum:ZjZjODY2YjhlZDE5MmYyYmQxMTFhMzU2MjAyMjJlM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e212fea2-d6d1-46d8-8df1-a2df12af62f0
ResourceInvariantUUID:c7c54427-da5e-4ba9-8f26-0dc3bf99c62f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5562e6f3-2021-4a54-b580-f5cf6a153108
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:0b13679a-dcb6-4d5a-916a-27b894675994
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:8716236a-1cea-4364-97b0-a2c041ea1508
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:a80e477a-f4db-41a7-a91d-b99d287e3ae8
ArtifactChecksum:NjhlNDQwZTc5Y2ViOTk4YzJiZTk3ZWIzYTY4Yjg2M2E=
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:168df343-2f86-415b-9f6d-8fa25c78fb19
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:6c6443b1-8108-467e-b9eb-a3c959d69161
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:6c6443b1-8108-467e-b9eb-a3c959d69161
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:56:58.388Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7aa3b9e3-e4c3-41ce-b617-3c929eea4d11 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:56:58.426Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:56:58.427Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:56:58.427Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:56:58.427Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 86e1fc47-dc1d-4a10-8d43-31ee81711ec3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T15:56:58.428Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:56:58.428Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T15:56:58.582Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:56:58.586Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 86e1fc47-dc1d-4a10-8d43-31ee81711ec3 68934
2022-03-10T15:56:58.587Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-10T15:56:58.587Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T15:56:58.587Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:56:58.588Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:56:58.589Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:56:58.589Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927818587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:56:58.690Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:56:58.690Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:56:58.691Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:56:58.708Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:56:58.709Z||pool-92-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:56:59.590Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:56:59.591Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:56:59.591Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 86e1fc47-dc1d-4a10-8d43-31ee81711ec3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T15:56:59.592Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-10T15:56:59.592Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T15:56:59.592Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T15:56:59.718Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10150698882259267447/Definitions/service-BasicCnf-template.yml
2022-03-10T15:57:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:57:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:57:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:00.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:00.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.588Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927717943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927714774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927719171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927722499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927723942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927734071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927734739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927733953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927734540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "cds",
  "timestamp": 1646927735083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.606Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67cafde4-853b-4e09-8ca1-416b863561ad
2022-03-10T15:57:00.606Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67cafde4-853b-4e09-8ca1-416b863561ad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927735543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927736241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "policy-id",
  "timestamp": 1646927736547,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.622Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67cafde4-853b-4e09-8ca1-416b863561ad
2022-03-10T15:57:00.623Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67cafde4-853b-4e09-8ca1-416b863561ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927737727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927740231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927741314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.648Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67cafde4-853b-4e09-8ca1-416b863561ad
2022-03-10T15:57:00.648Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67cafde4-853b-4e09-8ca1-416b863561ad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:57:00.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927742318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "dcae-sch",
  "timestamp": 1646927727516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927742863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927737944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927738807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927745249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.669Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927746254,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.675Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67cafde4-853b-4e09-8ca1-416b863561ad
2022-03-10T15:57:00.675Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67cafde4-853b-4e09-8ca1-416b863561ad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927746540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927746702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "cds",
  "timestamp": 1646927747551,
  "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-03-10T15:57:00.707Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4eed9dbd-951d-4b41-84db-44f7db655ae5
2022-03-10T15:57:00.707Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4eed9dbd-951d-4b41-84db-44f7db655ae5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "aai-ml",
  "timestamp": 1646927747706,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.721Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67cafde4-853b-4e09-8ca1-416b863561ad
2022-03-10T15:57:00.721Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67cafde4-853b-4e09-8ca1-416b863561ad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927742499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927743322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927750349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927750938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927751356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927752254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "policy-id",
  "timestamp": 1646927752360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.742Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4eed9dbd-951d-4b41-84db-44f7db655ae5
2022-03-10T15:57:00.743Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4eed9dbd-951d-4b41-84db-44f7db655ae5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927753756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927754781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.792Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4eed9dbd-951d-4b41-84db-44f7db655ae5
2022-03-10T15:57:00.792Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4eed9dbd-951d-4b41-84db-44f7db655ae5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:57:00.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927747516,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927754813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927755610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927748710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927755788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927756365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927757616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927757160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "clamp",
  "timestamp": 1646927758621,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.806Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67cafde4-853b-4e09-8ca1-416b863561ad
2022-03-10T15:57:00.806Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67cafde4-853b-4e09-8ca1-416b863561ad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927758164,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:00.817Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4eed9dbd-951d-4b41-84db-44f7db655ae5
2022-03-10T15:57:00.818Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4eed9dbd-951d-4b41-84db-44f7db655ae5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:00.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:00.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:57:00.856Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:57:00.856Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:57:00.856Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T15:57:00.856Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-10T15:57:00.856Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:00.857Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:00.857Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-10T15:57:00.857Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:00.857Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:57:00.857Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.858Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.858Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:00.858Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:57:00.858Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:57:00.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:00.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:57:00.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:57:00.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.860Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.860Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.860Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T15:57:00.860Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-10T15:57:00.860Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-10T15:57:00.861Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:57:00.861Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.861Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:57:00.861Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.861Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:00.862Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:00.862Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.862Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:00.863Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:00.863Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.863Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:00.863Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:00.864Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.864Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T15:57:00.864Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-10T15:57:00.864Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=442ee39f-0c4e-46fa-a8cf-6633c8b25d85
2022-03-10T15:57:00.864Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.865Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.865Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.865Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.865Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.865Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.866Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:00.866Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:00.866Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7aa3b9e3-e4c3-41ce-b617-3c929eea4d11
Model Version:NULL
Model InvariantUuid:7344e451-1ff5-420b-9f5f-a3651379ae95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9b0a5174-f7e0-4be0-8b63-88172d484304
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c7c54427-da5e-4ba9-8f26-0dc3bf99c62f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e212fea2-d6d1-46d8-8df1-a2df12af62f0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16d4c05b-5b6e-41bd-9cad-cc7f2a0fa98c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:bccaa722-6004-423f-b14f-423cf9dd9c44
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:442ee39f-0c4e-46fa-a8cf-6633c8b25d85
ModelInvariantUuid:0c927bd5-b337-4f07-84ff-cef8f2b0cb0b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:734906d6-a38e-413c-ae24-f70caccfc514
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e95b3d59-6f82-4956-ba90-a6acc9d853a4
ModelInvariantUuid:0294f0f8-3ae6-41ff-99d9-c3283a33536c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7d4ed308-f924-4798-a680-378ff47dd78f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:57:00.875Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5562e6f3-2021-4a54-b580-f5cf6a153108
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:00.879Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-03-10T15:57:00.880Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5562e6f3-2021-4a54-b580-f5cf6a153108
2022-03-10T15:57:00.880Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0b13679a-dcb6-4d5a-916a-27b894675994 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-10T15:57:00.881Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:00.881Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:01.060Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:01.061Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0b13679a-dcb6-4d5a-916a-27b894675994 12
2022-03-10T15:57:01.061Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:01.062Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:01.062Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:01.062Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:01.064Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:01.064Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927821061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:01.164Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:01.165Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:57:01.165Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:01.211Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:01.212Z||pool-93-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:02.065Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8716236a-1cea-4364-97b0-a2c041ea1508 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-10T15:57:02.065Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:02.066Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:02.368Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:02.368Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8716236a-1cea-4364-97b0-a2c041ea1508 2688
2022-03-10T15:57:02.369Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:02.369Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:02.369Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:02.370Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:02.373Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:02.374Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927822369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:02.475Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:02.476Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:57:02.476Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:02.487Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:02.487Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:57:03.375Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a80e477a-f4db-41a7-a91d-b99d287e3ae8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-10T15:57:03.375Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:03.376Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:03.765Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:03.766Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a80e477a-f4db-41a7-a91d-b99d287e3ae8 828
2022-03-10T15:57:03.766Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:03.766Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:03.766Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:03.767Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:03.769Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:03.769Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927823766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:03.869Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:57:03.870Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:57:03.870Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:03.881Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:03.882Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:04.771Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "16d4c05b-5b6e-41bd-9cad-cc7f2a0fa98c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bccaa722-6004-423f-b14f-423cf9dd9c44",
    "vfModuleModelCustomizationUUID": "37b9be22-cb7b-40e0-93ac-4626529e4a80",
    "isBase": true,
    "artifacts": [
      "8716236a-1cea-4364-97b0-a2c041ea1508",
      "168df343-2f86-415b-9f6d-8fa25c78fb19",
      "6c6443b1-8108-467e-b9eb-a3c959d69161"
    ],
    "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-03-10T15:57:04.779Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bccaa722-6004-423f-b14f-423cf9dd9c44
VfModuleModelInvariantUUID:16d4c05b-5b6e-41bd-9cad-cc7f2a0fa98c
VfModuleModelDescription:NULL
Artifacts UUID List:{
8716236a-1cea-4364-97b0-a2c041ea1508
,
168df343-2f86-415b-9f6d-8fa25c78fb19
,
6c6443b1-8108-467e-b9eb-a3c959d69161

}
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-03-10T15:57:04.781Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "16d4c05b-5b6e-41bd-9cad-cc7f2a0fa98c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bccaa722-6004-423f-b14f-423cf9dd9c44",
    "vfModuleModelCustomizationUUID": "37b9be22-cb7b-40e0-93ac-4626529e4a80",
    "isBase": true,
    "artifacts": [
      "8716236a-1cea-4364-97b0-a2c041ea1508",
      "168df343-2f86-415b-9f6d-8fa25c78fb19",
      "6c6443b1-8108-467e-b9eb-a3c959d69161"
    ],
    "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-03-10T15:57:04.781Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bccaa722-6004-423f-b14f-423cf9dd9c44
VfModuleModelInvariantUUID:16d4c05b-5b6e-41bd-9cad-cc7f2a0fa98c
VfModuleModelDescription:NULL
Artifacts UUID List:{
8716236a-1cea-4364-97b0-a2c041ea1508
,
168df343-2f86-415b-9f6d-8fa25c78fb19
,
6c6443b1-8108-467e-b9eb-a3c959d69161

}
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-03-10T15:57:04.781Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 168df343-2f86-415b-9f6d-8fa25c78fb19 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-10T15:57:04.781Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:04.782Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:05.153Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:05.154Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 168df343-2f86-415b-9f6d-8fa25c78fb19 1164
2022-03-10T15:57:05.154Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:05.155Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:05.155Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:05.155Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:05.157Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:05.157Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927825154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:05.257Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:05.258Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:57:05.258Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:05.268Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:05.269Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:06.157Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6c6443b1-8108-467e-b9eb-a3c959d69161 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-10T15:57:06.158Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:06.158Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:06.641Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:06.642Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6c6443b1-8108-467e-b9eb-a3c959d69161 200
2022-03-10T15:57:06.642Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:06.643Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:06.643Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:06.643Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:06.646Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:06.646Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927826642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:06.746Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:57:06.749Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T15:57:06.749Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:06.761Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:06.761Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:57:07.647Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7aa3b9e3-e4c3-41ce-b617-3c929eea4d11
2022-03-10T15:57:07.648Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5562e6f3-2021-4a54-b580-f5cf6a153108 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=?
2022-03-10T15:57:07.665Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:07.674Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f994ec2, org.onap.sdc.toscaparser.api.parameters.Input@1238b085, org.onap.sdc.toscaparser.api.parameters.Input@26e7a9dd, org.onap.sdc.toscaparser.api.parameters.Input@18a18de3, org.onap.sdc.toscaparser.api.parameters.Input@1d4b2f6b]
2022-03-10T15:57:07.676Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.676Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.677Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:57:07.677Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e212fea2-d6d1-46d8-8df1-a2df12af62f0
2022-03-10T15:57:07.677Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e212fea2-d6d1-46d8-8df1-a2df12af62f0 matches Tosca VF Customization UUID: e212fea2-d6d1-46d8-8df1-a2df12af62f0
2022-03-10T15:57:07.677Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e212fea2-d6d1-46d8-8df1-a2df12af62f0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:57:07.679Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.679Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.680Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e212fea2-d6d1-46d8-8df1-a2df12af62f0: {\"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-03-10T15:57:07.680Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4548b853
2022-03-10T15:57:07.680Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.680Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:57:07.680Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37b9be22-cb7b-40e0-93ac-4626529e4a80
2022-03-10T15:57:07.680Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37b9be22-cb7b-40e0-93ac-4626529e4a80
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:57:07.682Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.683Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:07.683Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:07.683Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.683Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:07.684Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:07.684Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.684Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-10T15:57:07.684Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-10T15:57:07.684Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=442ee39f-0c4e-46fa-a8cf-6633c8b25d85
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:57:07.686Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.687Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:07.687Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:07.687Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.687Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-10T15:57:07.687Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e212fea2-d6d1-46d8-8df1-a2df12af62f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:07.689Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.690Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.690Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7aa3b9e3-e4c3-41ce-b617-3c929eea4d11: basic_cnf
2022-03-10T15:57:07.690Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.690Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.691Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.691Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.691Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.691Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.692Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.692Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.692Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:07.692Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:07.693Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:07.756Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5562e6f3-2021-4a54-b580-f5cf6a153108 1 ASDC deployResourceStructure
2022-03-10T15:57:07.757Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:07.757Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:07.758Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T15:57:07.758Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:07.760Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:07.760Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927827757,
  "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-03-10T15:57:07.860Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:07.861Z||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-03-10T15:57:07.862Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:07.875Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:07.876Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:08.762Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:08.762Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:08.762Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-10T15:57:08.763Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:08.792Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:08.792Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927828761,
  "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-03-10T15:57:08.866Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-03-10T15:57:08.867Z||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-03-10T15:57:08.867Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:08.878Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:08.878Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:09.795Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:09.795Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:09.795Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:57:09.795Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:09.798Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:09.798Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927829794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:09.903Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-10T15:57:09.904Z||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-03-10T15:57:09.904Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:09.922Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:09.922Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:57:10.801Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:10.801Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:10.802Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:57:10.802Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:10.804Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:10.804Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927830801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:10.904Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:10.906Z||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-03-10T15:57:10.906Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:10.926Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:10.926Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:11.805Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:11.805Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||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-03-10T15:57:11.805Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:57:11.806Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:11.808Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:11.809Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927831805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:11.909Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:11.910Z||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-03-10T15:57:11.910Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:11.923Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:11.923Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:12.816Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-10T15:57:12.817Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-10T15:57:12.818Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:57:12.819Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:12.821Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:12.821Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927832816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:12.922Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:12.923Z||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-03-10T15:57:12.924Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:12.935Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:12.936Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:13.822Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67cafde4-853b-4e09-8ca1-416b863561ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:57:13.837Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67cafde4-853b-4e09-8ca1-416b863561ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:57:13.841Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:57:13.841Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:57:13.842Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:57:13.842Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:57:13.843Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:57:13.843Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:57:13.843Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:57:13.844Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:57:13.844Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:57:13.844Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:57:13.845Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:57:13.850Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:57:43.851Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67cafde4-853b-4e09-8ca1-416b863561ad and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:57:43.857Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67cafde4-853b-4e09-8ca1-416b863561ad and serviceModelVersionId: 7aa3b9e3-e4c3-41ce-b617-3c929eea4d11
2022-03-10T15:57:43.858Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7344e451-1ff5-420b-9f5f-a3651379ae95
2022-03-10T15:57:43.859Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0
2022-03-10T15:57:43.883Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:57:43.938Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0|INFO|500||Invoke
2022-03-10T15:57:43.939Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67cafde4-853b-4e09-8ca1-416b863561ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d236d676-efda-4233-90ea-7f67e86a576b], X-ECOMP-RequestID=[67cafde4-853b-4e09-8ca1-416b863561ad], X-TransactionId=[], X-ONAP-RequestID=[67cafde4-853b-4e09-8ca1-416b863561ad], Content-Type=[application/merge-patch+json]}
2022-03-10T15:57:43.957Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:57:44.498Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?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/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-15:57:43:484-75154], vertex-id=[217336], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:57:43 GMT], Content-Type=[application/json]}
2022-03-10T15:57:44.498Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:57:44.499Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7344e451-1ff5-420b-9f5f-a3651379ae95/model-vers/model-ver/7aa3b9e3-e4c3-41ce-b617-3c929eea4d11?depth=0|INFO|500||InvokeReturn
2022-03-10T15:57:44.500Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:57:44.500Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:44.509Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:57:44.510Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67cafde4-853b-4e09-8ca1-416b863561ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:57:44.510Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:57:44.510Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:44.512Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:44.513Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927864510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:57:44.613Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:44.614Z||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-03-10T15:57:44.614Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:44.656Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:44.656Z||pool-104-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:57:45.525Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T15:57:45.525Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4eed9dbd-951d-4b41-84db-44f7db655ae5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cf493973-167d-451f-92be-6e49c1e1e3d7","serviceDescription":"service","serviceInvariantUUID":"c4bc1688-0f0c-4c20-917d-82a571cc5399","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4d82b72d-62a4-4c8a-8601-aafcd293f521","resourceInvariantUUID":"179ef8e5-dedc-4096-bc38-30bd7f118cef","resourceCustomizationUUID":"35d556ab-6dc2-4208-96f4-c0f2171a66cb","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":"NmJjM2E5MGJhZGJhNjRjYmQzMzc5ODY3NWY5MmMxMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"709635a5-8815-4598-be82-8ae7ec919803","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":"OGM3ZWE5OGY2ZTIwMDk3ZDY4NGRjNTU3Y2NmZjYyZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c8aed88-e0b3-4cec-aba4-e28a3096b38f","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":"1df85a4a-d72a-4571-9c5b-12494886f2a1","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":"32470d6a-85c0-4443-8981-1665af2e7b64","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":"08c7269a-9ede-4526-be5d-7facb1a93731","artifactVersion":"2","generatedFromUUID":"1df85a4a-d72a-4571-9c5b-12494886f2a1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDk3MjA0YWIyOWQxYzFjMjI0OWQ5MTAxMzliN2VhNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5a2c63a-bac6-495e-86d7-5d63ff2c84cc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzBkMTc3NmU0NzhkYTEwMzM2OGJhMzgyYTY1ZWU1ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0600071-5f44-479c-8ef2-b04f6bc7fad9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:57:45.526Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:45.526Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:45.529Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:45.529Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:45.630Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:57:45.631Z||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-03-10T15:57:45.631Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:45.643Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:45.643Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:46.532Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:46.533Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:46.537Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:46.537Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:57:46.637Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:46.638Z||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-03-10T15:57:46.638Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:46.650Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:46.650Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:47.537Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:47.538Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:47.542Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:47.543Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:57:47.643Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:47.644Z||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-03-10T15:57:47.644Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:47.659Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:47.660Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:48.543Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:48.544Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:48.547Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:48.548Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:48.648Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:48.649Z||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-03-10T15:57:48.650Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:48.666Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:48.667Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:49.548Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:49.549Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:49.552Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:49.552Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T15:57:49.652Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:49.653Z||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-03-10T15:57:49.653Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:49.665Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:49.666Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:50.552Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:50.553Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:50.556Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:50.556Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:57:50.656Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:50.658Z||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-03-10T15:57:50.658Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:50.670Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:50.671Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:51.557Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:57:51.558Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:51.563Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:51.563Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:57:51.662Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T15:57:51.663Z||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-03-10T15:57:51.663Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:51.677Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:51.678Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:52.564Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cf493973-167d-451f-92be-6e49c1e1e3d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c4bc1688-0f0c-4c20-917d-82a571cc5399",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "35d556ab-6dc2-4208-96f4-c0f2171a66cb",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4d82b72d-62a4-4c8a-8601-aafcd293f521",
      "resourceInvariantUUID": "179ef8e5-dedc-4096-bc38-30bd7f118cef",
      "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": "OGM3ZWE5OGY2ZTIwMDk3ZDY4NGRjNTU3Y2NmZjYyZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c8aed88-e0b3-4cec-aba4-e28a3096b38f",
          "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": "1df85a4a-d72a-4571-9c5b-12494886f2a1",
          "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": "08c7269a-9ede-4526-be5d-7facb1a93731",
            "generatedFromUUID": "1df85a4a-d72a-4571-9c5b-12494886f2a1"
          },
          "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": "08c7269a-9ede-4526-be5d-7facb1a93731",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzBkMTc3NmU0NzhkYTEwMzM2OGJhMzgyYTY1ZWU1ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0600071-5f44-479c-8ef2-b04f6bc7fad9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:57:52.565Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:57:52.565Z|67cafde4-853b-4e09-8ca1-416b863561ad|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cf493973-167d-451f-92be-6e49c1e1e3d7 ASDC
2022-03-10T15:57:52.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4eed9dbd-951d-4b41-84db-44f7db655ae5
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cf493973-167d-451f-92be-6e49c1e1e3d7
ServiceInvariantUUID:c4bc1688-0f0c-4c20-917d-82a571cc5399
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:f0600071-5f44-479c-8ef2-b04f6bc7fad9
ArtifactChecksum:NzBkMTc3NmU0NzhkYTEwMzM2OGJhMzgyYTY1ZWU1ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:35d556ab-6dc2-4208-96f4-c0f2171a66cb
ResourceInvariantUUID:179ef8e5-dedc-4096-bc38-30bd7f118cef
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4d82b72d-62a4-4c8a-8601-aafcd293f521
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:3c8aed88-e0b3-4cec-aba4-e28a3096b38f
ArtifactChecksum:OGM3ZWE5OGY2ZTIwMDk3ZDY4NGRjNTU3Y2NmZjYyZTY=
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:1df85a4a-d72a-4571-9c5b-12494886f2a1
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:08c7269a-9ede-4526-be5d-7facb1a93731
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:08c7269a-9ede-4526-be5d-7facb1a93731
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:57:52.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf493973-167d-451f-92be-6e49c1e1e3d7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:57:52.617Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:57:52.618Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:57:52.619Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:57:52.619Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f0600071-5f44-479c-8ef2-b04f6bc7fad9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-10T15:57:52.619Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:52.620Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-10T15:57:53.049Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:53.052Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f0600071-5f44-479c-8ef2-b04f6bc7fad9 71039
2022-03-10T15:57:53.053Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-10T15:57:53.053Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-10T15:57:53.053Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:53.054Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:53.056Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:53.056Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927873053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:53.156Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:53.157Z||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-03-10T15:57:53.157Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:53.172Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:53.172Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:54.057Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:57:54.058Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:57:54.059Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f0600071-5f44-479c-8ef2-b04f6bc7fad9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:54.059Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-10T15:57:54.060Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:54.060Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:54.254Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18230842298881069064/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-10T15:57:55.551Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:57:55.552Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:57:55.552Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.553Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T15:57:55.553Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.553Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.554Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.554Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.554Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.555Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.555Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.555Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.555Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-10T15:57:55.556Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:57:55.556Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.557Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.557Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:55.557Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:57:55.557Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:57:55.558Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.558Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.558Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:55.558Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:57:55.558Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:57:55.559Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.559Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.559Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.560Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-10T15:57:55.560Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-10T15:57:55.560Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-10T15:57:55.561Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-10T15:57:55.561Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T15:57:55.561Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:57:55.561Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.562Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:57:55.562Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.562Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:55.562Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:55.563Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.563Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:55.563Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:55.563Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.563Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:55.564Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:55.564Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.564Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-10T15:57:55.564Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T15:57:55.564Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T15:57:55.565Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0113818d-50f7-4ff9-9913-6b950f411bc6
2022-03-10T15:57:55.565Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.565Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.565Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.565Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:55.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:55.566Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cf493973-167d-451f-92be-6e49c1e1e3d7
Model Version:NULL
Model InvariantUuid:c4bc1688-0f0c-4c20-917d-82a571cc5399
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b2853880-c9ed-4a1e-9af6-e965f6d54fbe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:179ef8e5-dedc-4096-bc38-30bd7f118cef
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:35d556ab-6dc2-4208-96f4-c0f2171a66cb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c3497fd2-9cb0-4648-9b9e-b21328dfee79
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:459f9274-ee3c-41a9-91fc-810804c1ef49
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0113818d-50f7-4ff9-9913-6b950f411bc6
ModelInvariantUuid:de289fda-334c-4edf-a1f2-bc47b4e87d67
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ad757668-7d85-49bf-acda-2d02e675ad29
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3adfd316-fc67-4cb9-889b-0fd1e59c8d67
ModelInvariantUuid:7cbd081f-3c1a-4e2e-992f-7a3ce82ec736
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:dbb342b9-6a73-47f0-ba65-7f193a6e5fe3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:57:55.572Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4d82b72d-62a4-4c8a-8601-aafcd293f521
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:55.575Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-03-10T15:57:55.575Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4d82b72d-62a4-4c8a-8601-aafcd293f521
2022-03-10T15:57:55.575Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3c8aed88-e0b3-4cec-aba4-e28a3096b38f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-10T15:57:55.575Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:55.576Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-10T15:57:55.654Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:55.655Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3c8aed88-e0b3-4cec-aba4-e28a3096b38f 787
2022-03-10T15:57:55.655Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-10T15:57:55.655Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-10T15:57:55.656Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:55.656Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:55.658Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:55.658Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927875655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:55.759Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:57:55.760Z||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-03-10T15:57:55.760Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:55.771Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:55.772Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:56.658Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c3497fd2-9cb0-4648-9b9e-b21328dfee79",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "459f9274-ee3c-41a9-91fc-810804c1ef49",
    "vfModuleModelCustomizationUUID": "a8af4e2d-982e-4d6d-9898-3db2c2c0605d",
    "isBase": true,
    "artifacts": [
      "1df85a4a-d72a-4571-9c5b-12494886f2a1",
      "08c7269a-9ede-4526-be5d-7facb1a93731"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:57:56.662Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:459f9274-ee3c-41a9-91fc-810804c1ef49
VfModuleModelInvariantUUID:c3497fd2-9cb0-4648-9b9e-b21328dfee79
VfModuleModelDescription:NULL
Artifacts UUID List:{
1df85a4a-d72a-4571-9c5b-12494886f2a1
,
08c7269a-9ede-4526-be5d-7facb1a93731

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

isBase:true


}

2022-03-10T15:57:56.664Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c3497fd2-9cb0-4648-9b9e-b21328dfee79",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "459f9274-ee3c-41a9-91fc-810804c1ef49",
    "vfModuleModelCustomizationUUID": "a8af4e2d-982e-4d6d-9898-3db2c2c0605d",
    "isBase": true,
    "artifacts": [
      "1df85a4a-d72a-4571-9c5b-12494886f2a1",
      "08c7269a-9ede-4526-be5d-7facb1a93731"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T15:57:56.664Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:459f9274-ee3c-41a9-91fc-810804c1ef49
VfModuleModelInvariantUUID:c3497fd2-9cb0-4648-9b9e-b21328dfee79
VfModuleModelDescription:NULL
Artifacts UUID List:{
1df85a4a-d72a-4571-9c5b-12494886f2a1
,
08c7269a-9ede-4526-be5d-7facb1a93731

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

isBase:true


}

2022-03-10T15:57:56.664Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1df85a4a-d72a-4571-9c5b-12494886f2a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-10T15:57:56.664Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:56.665Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-10T15:57:57.057Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:57.058Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1df85a4a-d72a-4571-9c5b-12494886f2a1 5033
2022-03-10T15:57:57.059Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-10T15:57:57.059Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-10T15:57:57.059Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:57.059Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:57.061Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:57.061Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927877058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:57.161Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:57:57.162Z||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-03-10T15:57:57.162Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:57.174Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:57.174Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:58.062Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08c7269a-9ede-4526-be5d-7facb1a93731 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-10T15:57:58.065Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:57:58.065Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-10T15:57:58.752Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:57:58.753Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 08c7269a-9ede-4526-be5d-7facb1a93731 903
2022-03-10T15:57:58.753Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-10T15:57:58.754Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-10T15:57:58.754Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:57:58.754Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:58.765Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:58.768Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927878753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:57:58.862Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-10T15:57:58.863Z||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-03-10T15:57:58.864Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:57:58.874Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:57:58.874Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:57:59.769Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: cf493973-167d-451f-92be-6e49c1e1e3d7
2022-03-10T15:57:59.769Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4d82b72d-62a4-4c8a-8601-aafcd293f521 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:59.781Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@588db0b3, org.onap.sdc.toscaparser.api.parameters.Input@559de902, org.onap.sdc.toscaparser.api.parameters.Input@4cf410b0, org.onap.sdc.toscaparser.api.parameters.Input@6f3d044c, org.onap.sdc.toscaparser.api.parameters.Input@5a002930]
2022-03-10T15:57:59.783Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.783Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.784Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:57:59.784Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 35d556ab-6dc2-4208-96f4-c0f2171a66cb
2022-03-10T15:57:59.784Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35d556ab-6dc2-4208-96f4-c0f2171a66cb matches Tosca VF Customization UUID: 35d556ab-6dc2-4208-96f4-c0f2171a66cb
2022-03-10T15:57:59.784Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 35d556ab-6dc2-4208-96f4-c0f2171a66cb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:57:59.786Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.786Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.787Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 35d556ab-6dc2-4208-96f4-c0f2171a66cb: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-10T15:57:59.787Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b6a8910
2022-03-10T15:57:59.787Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.788Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:57:59.788Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8af4e2d-982e-4d6d-9898-3db2c2c0605d
2022-03-10T15:57:59.788Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8af4e2d-982e-4d6d-9898-3db2c2c0605d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:57:59.790Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.790Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:59.790Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:59.791Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.791Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:59.791Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:59.792Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.792Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-10T15:57:59.792Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T15:57:59.793Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T15:57:59.793Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0113818d-50f7-4ff9-9913-6b950f411bc6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:57:59.795Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.795Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:59.796Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:57:59.796Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.796Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-10T15:57:59.796Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=35d556ab-6dc2-4208-96f4-c0f2171a66cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:57:59.798Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.798Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.799Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid cf493973-167d-451f-92be-6e49c1e1e3d7: basic_vm
2022-03-10T15:57:59.799Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.799Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.799Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.799Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.800Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.800Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.800Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.801Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.801Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:57:59.801Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:57:59.801Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:57:59.877Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4d82b72d-62a4-4c8a-8601-aafcd293f521 1 ASDC deployResourceStructure
2022-03-10T15:57:59.877Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-10T15:57:59.877Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-10T15:57:59.877Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:57:59.878Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:57:59.879Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:57:59.879Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927879877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:57:59.980Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:57:59.982Z||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-03-10T15:57:59.982Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:58:00.002Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:58:00.002Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:58:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:58:00.492Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:58:00.493Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:58:00.515Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:58:00.516Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:58:00.516Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927760758,
  "artifactURL": "/sdc/v1/catalog/services/6edabf53-cfba-4a23-865c-799ed2c30ac1/resourceInstances/basicclamp0/artifacts/adf4da16-c2db-4587-9f89-7c2b69ae07d5",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:58:00.517Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:58:00.880Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-10T15:58:00.880Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-10T15:58:00.881Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:58:00.881Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:58:00.883Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:58:00.884Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927880880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:58:00.984Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:58:00.986Z||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-03-10T15:58:00.986Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:58:00.998Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:58:00.999Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:58:01.885Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-10T15:58:01.885Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-10T15:58:01.885Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:58:01.886Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:58:01.887Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:58:01.888Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927881884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:58:01.988Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:58:01.989Z||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-03-10T15:58:01.989Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:58:02.004Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:58:02.004Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:58:02.888Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-10T15:58:02.889Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-10T15:58:02.889Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:58:02.889Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:58:02.893Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:58:02.893Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927882888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:58:02.993Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:58:02.994Z||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-03-10T15:58:02.994Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:58:03.006Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:58:03.007Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:58:03.894Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:58:03.906Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:58:03.908Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:58:03.908Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:58:03.908Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:58:33.908Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:58:33.918Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:58:33.921Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:58:33.921Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T15:58:33.921Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T15:59:00.492Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T15:59:00.493Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T15:59:00.493Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:00.517Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:00.533Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.534Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.535Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.536Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.537Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.537Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.537Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.537Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.537Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.538Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.538Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.538Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.538Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.539Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.540Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927762160,
  "artifactURL": "/sdc/v1/catalog/services/6edabf53-cfba-4a23-865c-799ed2c30ac1/resourceInstances/basicclamp0/artifacts/adf4da16-c2db-4587-9f89-7c2b69ae07d5",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927753808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.541Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.542Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.543Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "dcae-sch",
  "timestamp": 1646927763165,
  "artifactURL": "/sdc/v1/catalog/services/6edabf53-cfba-4a23-865c-799ed2c30ac1/resourceInstances/basicclamp0/artifacts/adf4da16-c2db-4587-9f89-7c2b69ae07d5",
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.559Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.560Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 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-03-10T15:59:00.570Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.570Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.570Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.571Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.571Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.571Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.571Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.571Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.571Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927763082,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.572Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.573Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.573Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.573Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.573Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.573Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.573Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.574Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.574Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.574Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.574Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.574Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.574Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "cds",
  "timestamp": 1646927764088,
  "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-03-10T15:59:00.579Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.579Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.587Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.587Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.587Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.587Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.588Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.588Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.588Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.588Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.588Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.588Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.589Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.589Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.589Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.590Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927757943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.591Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927759172,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927732586,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.592Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.593Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927768351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927769290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.594Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.595Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.595Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927762499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.595Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.595Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.595Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927770691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.595Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.596Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.596Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927771535,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.596Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.596Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.596Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927771695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.602Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.602Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.612Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.613Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927772723,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.613Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.614Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.614Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927773590,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.614Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.614Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.615Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927773728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.615Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.615Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.615Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927774023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.616Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.616Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.616Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927774614,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.622Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.623Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.631Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.632Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "policy-id",
  "timestamp": 1646927774731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.640Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.640Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:59:00.647Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.648Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927775037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.648Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.648Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.648Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927774587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.649Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.649Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.649Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927775617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.649Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.649Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.650Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "clamp",
  "timestamp": 1646927776043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.654Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4eed9dbd-951d-4b41-84db-44f7db655ae5
2022-03-10T15:59:00.654Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4eed9dbd-951d-4b41-84db-44f7db655ae5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.664Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.664Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "aai-ml",
  "timestamp": 1646927775592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.669Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4eed9dbd-951d-4b41-84db-44f7db655ae5
2022-03-10T15:59:00.669Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4eed9dbd-951d-4b41-84db-44f7db655ae5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.680Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.680Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.681Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.682Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.683Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.684Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.685Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.686Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.687Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.688Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.688Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.688Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.688Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.688Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.689Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.689Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.689Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927733985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.690Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.691Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.691Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.691Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.691Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.691Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.691Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927776596,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.692Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.693Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.694Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.695Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.696Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.696Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.696Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.696Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927785763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.696Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.696Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.697Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.697Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.697Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.697Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.697Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.697Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.698Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.699Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.700Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.700Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.700Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.700Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.700Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.700Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.701Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.701Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.701Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.701Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.701Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.702Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.702Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.702Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.702Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.702Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.702Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927772700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.703Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927777943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927779173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.704Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.705Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927782499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.706Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.707Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927791039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.707Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.707Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.707Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.707Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.707Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.708Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927790607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.708Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.708Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.708Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927791615,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.708Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.708Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.709Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927791446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.709Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.709Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.709Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.709Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.709Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927783807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927792619,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.710Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927792639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.711Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.711Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.711Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927792450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.711Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.712Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.713Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.713Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.713Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.714Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927792860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.714Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.714Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.714Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927792931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.714Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.715Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.715Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "policy-id",
  "timestamp": 1646927793453,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.728Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8518e210-b9da-44b7-8c9c-efe9d5715595
2022-03-10T15:59:00.728Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8518e210-b9da-44b7-8c9c-efe9d5715595 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927793937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.735Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927793962,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.740Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8518e210-b9da-44b7-8c9c-efe9d5715595
2022-03-10T15:59:00.740Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8518e210-b9da-44b7-8c9c-efe9d5715595 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.747Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.747Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "dcae-sch",
  "timestamp": 1646927787517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.747Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.747Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.747Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927794961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.751Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8518e210-b9da-44b7-8c9c-efe9d5715595
2022-03-10T15:59:00.751Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8518e210-b9da-44b7-8c9c-efe9d5715595 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-10T15:59:00.757Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.757Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927795966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.757Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.758Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.758Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "cds",
  "timestamp": 1646927795996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.762Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8518e210-b9da-44b7-8c9c-efe9d5715595
2022-03-10T15:59:00.762Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8518e210-b9da-44b7-8c9c-efe9d5715595 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.771Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.771Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927796685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.771Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.772Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.772Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927797689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.772Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.772Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.773Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927797426,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.773Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.773Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.773Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "clamp",
  "timestamp": 1646927798692,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.779Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.779Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.789Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.789Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "aai-ml",
  "timestamp": 1646927798431,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.795Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8647aae-de49-45e4-afb4-2366dc89b6d4
2022-03-10T15:59:00.795Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8647aae-de49-45e4-afb4-2366dc89b6d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:00.805Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.805Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.806Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c98f5db3-8527-4a81-a0d5-2450e3d0f4bb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927803942,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.807Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.808Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927799698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.809Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.810Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.811Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927804774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927813618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927813639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.812Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.813Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927817624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:00.814Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.814Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.814Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927818587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:00.814Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T15:59:00.814Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T15:59:00.814Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "clamp",
  "timestamp": 1646927818627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:00.821Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8518e210-b9da-44b7-8c9c-efe9d5715595
2022-03-10T15:59:00.821Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8518e210-b9da-44b7-8c9c-efe9d5715595 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T15:59:03.921Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:59:03.933Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:59:03.936Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:59:03.936Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:59:03.936Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:03.937Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:03.943Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T15:59:33.944Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T15:59:33.953Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4eed9dbd-951d-4b41-84db-44f7db655ae5 and serviceModelVersionId: cf493973-167d-451f-92be-6e49c1e1e3d7
2022-03-10T15:59:33.953Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4bc1688-0f0c-4c20-917d-82a571cc5399
2022-03-10T15:59:33.954Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0
2022-03-10T15:59:33.959Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T15:59:34.000Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0|INFO|500||Invoke
2022-03-10T15:59:34.001Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4eed9dbd-951d-4b41-84db-44f7db655ae5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c93ef8a1-f6ed-449e-b567-0f86cae8c4dd], X-ECOMP-RequestID=[4eed9dbd-951d-4b41-84db-44f7db655ae5], X-TransactionId=[], X-ONAP-RequestID=[4eed9dbd-951d-4b41-84db-44f7db655ae5], Content-Type=[application/merge-patch+json]}
2022-03-10T15:59:34.023Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T15:59:34.472Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?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/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-15:59:33:543-47989], vertex-id=[237760], Content-Length=[0], Date=[Thu, 10 Mar 2022 15:59:33 GMT], Content-Type=[application/json]}
2022-03-10T15:59:34.473Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T15:59:34.474Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4bc1688-0f0c-4c20-917d-82a571cc5399/model-vers/model-ver/cf493973-167d-451f-92be-6e49c1e1e3d7?depth=0|INFO|500||InvokeReturn
2022-03-10T15:59:34.474Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T15:59:34.474Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:59:34.480Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T15:59:34.481Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4eed9dbd-951d-4b41-84db-44f7db655ae5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T15:59:34.481Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T15:59:34.482Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:34.485Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:34.485Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927974481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T15:59:34.585Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:34.586Z||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-03-10T15:59:34.587Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:34.602Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:34.602Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:59:35.496Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T15:59:35.497Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8647aae-de49-45e4-afb4-2366dc89b6d4","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6edabf53-cfba-4a23-865c-799ed2c30ac1","serviceDescription":"service","serviceInvariantUUID":"95c4a4f9-c281-4715-a25f-afc356973968","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b","resourceInvariantUUID":"bf8f51e6-2370-44fd-aafb-440ea555285e","resourceCustomizationUUID":"e73ddb2c-fa9b-45e9-b652-127e7a540d58","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":"adf4da16-c2db-4587-9f89-7c2b69ae07d5","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":"YmVjNDRiN2Q5ODFlODlkMmVmY2JlNTk2MmZlNThhZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46288ae9-ec23-4d6b-b842-801107c89d68","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":"MTk3NTJjYTdhNzUzM2VlNWMxYzYzN2VlZmEzNTVjOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a00f551-a011-4772-b757-ac34f079ef53","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":"16f23259-7b6f-4f5a-9904-195aeb06fd2c","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":"98ac7b34-c381-43a0-8f1a-3508037da054","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":"d4225e64-fa22-4d64-84fc-7f926456cc23","artifactVersion":"2","generatedFromUUID":"16f23259-7b6f-4f5a-9904-195aeb06fd2c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDQ1ZjI1MjQ1ZjI1MjBkYjJlZjFmOTk5ODNmNDcyMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adb539d7-30de-4652-a18d-5f01e71bf277","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTg2NDQxMDA0MmY4Njc4Y2ZiYWNjYjY4NjJkMzNjMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b847bc8a-3654-4a13-969d-70eba0532a79","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T15:59:35.497Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:35.497Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:35.499Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:35.499Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:35.600Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:59:35.601Z||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-03-10T15:59:35.601Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:35.613Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:35.613Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:36.499Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:36.500Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:36.502Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:36.502Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:36.603Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:36.604Z||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-03-10T15:59:36.604Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:36.639Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:36.640Z||pool-122-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:37.503Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:37.503Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:37.506Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:37.506Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T15:59:37.607Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:59:37.608Z||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-03-10T15:59:37.608Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:37.623Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:37.624Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:38.507Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:38.508Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:38.510Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:38.511Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T15:59:38.611Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:38.612Z||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-03-10T15:59:38.612Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:38.623Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:38.624Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:39.511Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:39.512Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:39.514Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:39.515Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:39.615Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:39.616Z||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-03-10T15:59:39.616Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:39.651Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:39.651Z||pool-125-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:40.516Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:40.517Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:40.519Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:40.519Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T15:59:40.620Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T15:59:40.621Z||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-03-10T15:59:40.621Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:40.632Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:40.632Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:41.520Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:41.521Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:41.523Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:41.523Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T15:59:41.624Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:41.625Z||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-03-10T15:59:41.625Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:41.648Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:41.649Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:59:42.524Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T15:59:42.524Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:42.526Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:42.526Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T15:59:42.627Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:59:42.628Z||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-03-10T15:59:42.628Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:42.647Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:42.647Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:43.529Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6edabf53-cfba-4a23-865c-799ed2c30ac1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "95c4a4f9-c281-4715-a25f-afc356973968",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "e73ddb2c-fa9b-45e9-b652-127e7a540d58",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b",
      "resourceInvariantUUID": "bf8f51e6-2370-44fd-aafb-440ea555285e",
      "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": "MTk3NTJjYTdhNzUzM2VlNWMxYzYzN2VlZmEzNTVjOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2a00f551-a011-4772-b757-ac34f079ef53",
          "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": "16f23259-7b6f-4f5a-9904-195aeb06fd2c",
          "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": "d4225e64-fa22-4d64-84fc-7f926456cc23",
            "generatedFromUUID": "16f23259-7b6f-4f5a-9904-195aeb06fd2c"
          },
          "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": "d4225e64-fa22-4d64-84fc-7f926456cc23",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTg2NDQxMDA0MmY4Njc4Y2ZiYWNjYjY4NjJkMzNjMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b847bc8a-3654-4a13-969d-70eba0532a79"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T15:59:43.529Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T15:59:43.529Z|4eed9dbd-951d-4b41-84db-44f7db655ae5|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6edabf53-cfba-4a23-865c-799ed2c30ac1 ASDC
2022-03-10T15:59:43.530Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:a8647aae-de49-45e4-afb4-2366dc89b6d4
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6edabf53-cfba-4a23-865c-799ed2c30ac1
ServiceInvariantUUID:95c4a4f9-c281-4715-a25f-afc356973968
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:b847bc8a-3654-4a13-969d-70eba0532a79
ArtifactChecksum:ZTg2NDQxMDA0MmY4Njc4Y2ZiYWNjYjY4NjJkMzNjMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:e73ddb2c-fa9b-45e9-b652-127e7a540d58
ResourceInvariantUUID:bf8f51e6-2370-44fd-aafb-440ea555285e
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b
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:2a00f551-a011-4772-b757-ac34f079ef53
ArtifactChecksum:MTk3NTJjYTdhNzUzM2VlNWMxYzYzN2VlZmEzNTVjOTM=
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:16f23259-7b6f-4f5a-9904-195aeb06fd2c
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:d4225e64-fa22-4d64-84fc-7f926456cc23
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:d4225e64-fa22-4d64-84fc-7f926456cc23
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T15:59:43.530Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6edabf53-cfba-4a23-865c-799ed2c30ac1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T15:59:43.569Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:59:43.570Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:59:43.570Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:59:43.570Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b847bc8a-3654-4a13-969d-70eba0532a79 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-10T15:59:43.570Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:59:43.570Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-10T15:59:44.410Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:59:44.413Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b847bc8a-3654-4a13-969d-70eba0532a79 73654
2022-03-10T15:59:44.414Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-10T15:59:44.414Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-10T15:59:44.414Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:59:44.414Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:44.417Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:44.417Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927984414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:44.516Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T15:59:44.518Z||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-03-10T15:59:44.518Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:44.528Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:44.530Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:45.418Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T15:59:45.419Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T15:59:45.419Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b847bc8a-3654-4a13-969d-70eba0532a79, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:45.420Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-10T15:59:45.420Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:45.421Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:45.548Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4935450855568635400/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-03-10T15:59:46.842Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T15:59:46.843Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:59:46.843Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.843Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T15:59:46.843Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:46.843Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.843Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.844Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T15:59:46.845Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-10T15:59:46.846Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:46.847Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.848Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=089c7daa-00c9-481c-9a82-ba8358917c63
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.849Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.850Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.850Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:46.850Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:46.850Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6edabf53-cfba-4a23-865c-799ed2c30ac1
Model Version:NULL
Model InvariantUuid:95c4a4f9-c281-4715-a25f-afc356973968
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9ca311d4-6d6c-44fb-8a11-947e86928e9f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bf8f51e6-2370-44fd-aafb-440ea555285e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e73ddb2c-fa9b-45e9-b652-127e7a540d58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:efef7a7c-f5fd-4ed4-8d91-ff3358db48c6
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:92c91299-f3aa-4028-b061-8a407edf3703
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:089c7daa-00c9-481c-9a82-ba8358917c63
ModelInvariantUuid:fab4db59-e964-408c-a24f-64a71aef3d56
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d070df43-cc73-475d-926e-ebe3690f83bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9c118062-9ed6-4817-8c6b-50e1e07e331a
ModelInvariantUuid:e72a8c68-0f0e-47c0-9925-b4fcabb3a790
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:6afc1d6e-e27d-4a4e-ae16-80085e9ddb1a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T15:59:46.858Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:59:46.862Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-03-10T15:59:46.862Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b
2022-03-10T15:59:46.862Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2a00f551-a011-4772-b757-ac34f079ef53 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-10T15:59:46.862Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:59:46.862Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-10T15:59:47.198Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:59:47.199Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2a00f551-a011-4772-b757-ac34f079ef53 790
2022-03-10T15:59:47.200Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:47.200Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:47.200Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:59:47.200Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:47.204Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:47.204Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927987199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:47.304Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:47.306Z||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-03-10T15:59:47.306Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:47.319Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:47.320Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:59:48.205Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "efef7a7c-f5fd-4ed4-8d91-ff3358db48c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92c91299-f3aa-4028-b061-8a407edf3703",
    "vfModuleModelCustomizationUUID": "a3d4630f-1d3e-4597-8861-1c3b36ea9ac6",
    "isBase": true,
    "artifacts": [
      "16f23259-7b6f-4f5a-9904-195aeb06fd2c",
      "d4225e64-fa22-4d64-84fc-7f926456cc23"
    ],
    "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-03-10T15:59:48.209Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92c91299-f3aa-4028-b061-8a407edf3703
VfModuleModelInvariantUUID:efef7a7c-f5fd-4ed4-8d91-ff3358db48c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f23259-7b6f-4f5a-9904-195aeb06fd2c
,
d4225e64-fa22-4d64-84fc-7f926456cc23

}
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-03-10T15:59:48.210Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "efef7a7c-f5fd-4ed4-8d91-ff3358db48c6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92c91299-f3aa-4028-b061-8a407edf3703",
    "vfModuleModelCustomizationUUID": "a3d4630f-1d3e-4597-8861-1c3b36ea9ac6",
    "isBase": true,
    "artifacts": [
      "16f23259-7b6f-4f5a-9904-195aeb06fd2c",
      "d4225e64-fa22-4d64-84fc-7f926456cc23"
    ],
    "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-03-10T15:59:48.211Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:92c91299-f3aa-4028-b061-8a407edf3703
VfModuleModelInvariantUUID:efef7a7c-f5fd-4ed4-8d91-ff3358db48c6
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f23259-7b6f-4f5a-9904-195aeb06fd2c
,
d4225e64-fa22-4d64-84fc-7f926456cc23

}
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-03-10T15:59:48.211Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 16f23259-7b6f-4f5a-9904-195aeb06fd2c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-10T15:59:48.211Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:59:48.211Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-10T15:59:48.550Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:59:48.551Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 16f23259-7b6f-4f5a-9904-195aeb06fd2c 5033
2022-03-10T15:59:48.551Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:48.551Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:48.551Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:59:48.551Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:48.554Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:48.554Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927988551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:48.654Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:48.654Z||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-03-10T15:59:48.655Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:48.667Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:48.668Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:59:49.554Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d4225e64-fa22-4d64-84fc-7f926456cc23 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-10T15:59:49.555Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T15:59:49.556Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-10T15:59:49.853Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T15:59:49.853Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d4225e64-fa22-4d64-84fc-7f926456cc23 909
2022-03-10T15:59:49.854Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:49.854Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:49.854Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T15:59:49.854Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:49.857Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:49.857Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927989854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T15:59:49.958Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T15:59:49.958Z||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-03-10T15:59:49.958Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:49.976Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:49.976Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:50.858Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6edabf53-cfba-4a23-865c-799ed2c30ac1
2022-03-10T15:59:50.859Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:59:50.870Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4af0b40d, org.onap.sdc.toscaparser.api.parameters.Input@9552546, org.onap.sdc.toscaparser.api.parameters.Input@2329992a, org.onap.sdc.toscaparser.api.parameters.Input@5304c496, org.onap.sdc.toscaparser.api.parameters.Input@1c1b4227]
2022-03-10T15:59:50.872Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.872Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.872Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T15:59:50.872Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= e73ddb2c-fa9b-45e9-b652-127e7a540d58
2022-03-10T15:59:50.872Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e73ddb2c-fa9b-45e9-b652-127e7a540d58 matches Tosca VF Customization UUID: e73ddb2c-fa9b-45e9-b652-127e7a540d58
2022-03-10T15:59:50.873Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: e73ddb2c-fa9b-45e9-b652-127e7a540d58  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T15:59:50.875Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.875Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.876Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id e73ddb2c-fa9b-45e9-b652-127e7a540d58: {\"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-03-10T15:59:50.876Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@269e4b17
2022-03-10T15:59:50.876Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.877Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T15:59:50.877Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3d4630f-1d3e-4597-8861-1c3b36ea9ac6
2022-03-10T15:59:50.877Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3d4630f-1d3e-4597-8861-1c3b36ea9ac6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T15:59:50.879Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.879Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:50.879Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T15:59:50.880Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=089c7daa-00c9-481c-9a82-ba8358917c63
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T15:59:50.883Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.883Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:50.883Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T15:59:50.883Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.883Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-10T15:59:50.883Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e73ddb2c-fa9b-45e9-b652-127e7a540d58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T15:59:50.885Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.885Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.885Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6edabf53-cfba-4a23-865c-799ed2c30ac1: basicclamp
2022-03-10T15:59:50.885Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.885Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.885Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T15:59:50.886Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:50.981Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b9ec6e62-9d23-4d5c-8ec2-7e19acc79d6b 1 ASDC deployResourceStructure
2022-03-10T15:59:50.982Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:50.982Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:50.982Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:59:50.982Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:50.984Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:50.984Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927990982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:51.084Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:51.085Z||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-03-10T15:59:51.085Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:51.097Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:51.097Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:51.986Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:51.986Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:51.986Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:59:51.986Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:51.989Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:51.989Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927991985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:52.090Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:52.090Z||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-03-10T15:59:52.091Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:52.104Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:52.104Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:59:52.992Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:52.992Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||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-03-10T15:59:52.992Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:59:52.992Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:52.995Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:52.995Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927992992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:53.095Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:53.096Z||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-03-10T15:59:53.096Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:53.119Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:53.120Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-10T15:59:53.996Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-10T15:59:53.996Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-10T15:59:53.997Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T15:59:53.997Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T15:59:54.001Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T15:59:54.001Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927993996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T15:59:54.101Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T15:59:54.102Z||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-03-10T15:59:54.102Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T15:59:54.114Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T15:59:54.114Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T15:59:55.002Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8647aae-de49-45e4-afb4-2366dc89b6d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:59:55.015Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8647aae-de49-45e4-afb4-2366dc89b6d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.018Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.019Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T15:59:55.019Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T15:59:55.023Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T16:00:00.492Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:00:00.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:00:00.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:00.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:00.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927821061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927822369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927823766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927825154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927824530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927826642,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "aai-ml",
  "timestamp": 1646927825533,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:00.532Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8518e210-b9da-44b7-8c9c-efe9d5715595
2022-03-10T16:00:00.532Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8518e210-b9da-44b7-8c9c-efe9d5715595 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927827757,
  "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-03-10T16:00:00.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927828761,
  "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-03-10T16:00:00.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927829794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927830801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927831805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927832816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927829183,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927822586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927822499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "dcae-sch",
  "timestamp": 1646927827516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927828808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927840262,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927840070,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927840271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927841268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "cds",
  "timestamp": 1646927841527,
  "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-03-10T16:00:00.569Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78310230-c0a4-417f-8c28-fffbfebde9c7
2022-03-10T16:00:00.569Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78310230-c0a4-417f-8c28-fffbfebde9c7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "policy-id",
  "timestamp": 1646927842273,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:00.586Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78310230-c0a4-417f-8c28-fffbfebde9c7
2022-03-10T16:00:00.586Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78310230-c0a4-417f-8c28-fffbfebde9c7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927842215,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646927843219,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:00.600Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78310230-c0a4-417f-8c28-fffbfebde9c7
2022-03-10T16:00:00.600Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78310230-c0a4-417f-8c28-fffbfebde9c7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927834775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927844855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927837943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646927839172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927847799,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927848836,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646927849840,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:00.616Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 78310230-c0a4-417f-8c28-fffbfebde9c7
2022-03-10T16:00:00.616Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78310230-c0a4-417f-8c28-fffbfebde9c7 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927850625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927850765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "aai-ml",
  "timestamp": 1646927851769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:00.628Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78310230-c0a4-417f-8c28-fffbfebde9c7
2022-03-10T16:00:00.628Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78310230-c0a4-417f-8c28-fffbfebde9c7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927852631,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "clamp",
  "timestamp": 1646927853635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:00.639Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78310230-c0a4-417f-8c28-fffbfebde9c7
2022-03-10T16:00:00.639Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78310230-c0a4-417f-8c28-fffbfebde9c7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67cafde4-853b-4e09-8ca1-416b863561ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927864510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927873053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927875655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927877058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927878753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:00.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:00.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:00:00.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927879877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:00.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:00:25.024Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8647aae-de49-45e4-afb4-2366dc89b6d4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T16:00:25.029Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8647aae-de49-45e4-afb4-2366dc89b6d4 and serviceModelVersionId: 6edabf53-cfba-4a23-865c-799ed2c30ac1
2022-03-10T16:00:25.030Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95c4a4f9-c281-4715-a25f-afc356973968
2022-03-10T16:00:25.030Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95c4a4f9-c281-4715-a25f-afc356973968/model-vers/model-ver/6edabf53-cfba-4a23-865c-799ed2c30ac1?depth=0
2022-03-10T16:00:25.034Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T16:00:25.085Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95c4a4f9-c281-4715-a25f-afc356973968/model-vers/model-ver/6edabf53-cfba-4a23-865c-799ed2c30ac1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-10T16:00:25.087Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95c4a4f9-c281-4715-a25f-afc356973968/model-vers/model-ver/6edabf53-cfba-4a23-865c-799ed2c30ac1?depth=0|INFO|500||Invoke
2022-03-10T16:00:25.107Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95c4a4f9-c281-4715-a25f-afc356973968/model-vers/model-ver/6edabf53-cfba-4a23-865c-799ed2c30ac1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T16:00:25.499Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95c4a4f9-c281-4715-a25f-afc356973968/model-vers/model-ver/6edabf53-cfba-4a23-865c-799ed2c30ac1?depth=0|INFO|500||InvokeReturn
2022-03-10T16:00:25.500Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95c4a4f9-c281-4715-a25f-afc356973968/model-vers/model-ver/6edabf53-cfba-4a23-865c-799ed2c30ac1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-16:00:24:626-16609], vertex-id=[213136], Content-Length=[0], Date=[Thu, 10 Mar 2022 16:00:24 GMT], Content-Type=[application/json]}
2022-03-10T16:00:25.501Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T16:00:25.501Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T16:00:25.501Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:00:25.505Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T16:00:25.505Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8647aae-de49-45e4-afb4-2366dc89b6d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T16:00:25.505Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T16:00:25.506Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:25.508Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:25.508Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928025505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:00:25.608Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:25.609Z||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-03-10T16:00:25.609Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:25.647Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:25.649Z||pool-137-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T16:00:26.519Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T16:00:26.519Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8518e210-b9da-44b7-8c9c-efe9d5715595","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a6925265-47b7-4920-8cf1-00ccfc204e54","serviceDescription":"service","serviceInvariantUUID":"71e0c7a3-b363-40ac-ac07-f2682be9af22","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8df1f8c8-49f5-492e-b11f-985d8676beb4","resourceInvariantUUID":"1be0b5c9-a5bd-45d8-b18e-83fab613d229","resourceCustomizationUUID":"754f103c-a4f9-46e7-a4e7-43c4feb8a040","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":"MGQzNmQzZGMzN2UyZGE1N2YxM2ZhMmY5NmZkYTUwMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b481c725-0d70-41b3-b036-75325499c6b2","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":"MGMxNmU4YTBlYTA3YWY2YzYyMmU5NGMyZDA2YThmMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a17cca2-1fa0-4e15-aad3-221041ffe109","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":"1e04ea20-81d3-482a-a570-a393d762cf9b","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":"35c44866-1c7c-4183-9480-0f284eb51662","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":"e2a101e5-53fc-4365-a95c-791a75ef0d2c","artifactVersion":"2","generatedFromUUID":"1e04ea20-81d3-482a-a570-a393d762cf9b"},{"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":"M2M1YzdkZDcwMjhlZTZkOTljMTk3NDM0OWY5NTNiYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"801d6c2c-c7f3-4c8e-ab55-1d05ec9ff410","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":"ZDMxZTQ1YzFlYTU2NmNiMzliOGFkZjZiZmQ0ZWU3ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"832b0acf-58dd-4026-a03c-62fdbbed4f68","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzBkZTY2MWE5NWM1YjhhZmMzNDNmYmNjNGI2ZDMyMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12cee7f6-e996-4b9c-8efc-1dc24413f590","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T16:00:26.519Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:26.520Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:26.521Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:26.522Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:26.622Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:26.623Z||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-03-10T16:00:26.623Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:26.636Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:26.636Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:27.522Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:27.523Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:27.525Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:27.525Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T16:00:27.625Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:27.628Z||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-03-10T16:00:27.628Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:27.644Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:27.644Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:28.526Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:28.527Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:28.530Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:28.530Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T16:00:28.631Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T16:00:28.632Z||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-03-10T16:00:28.632Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:28.645Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:28.646Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:00:29.531Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:29.532Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:29.534Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:29.534Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:29.634Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T16:00:29.635Z||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-03-10T16:00:29.635Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:29.649Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:29.649Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:30.535Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:30.536Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:30.539Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:30.539Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T16:00:30.639Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:30.640Z||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-03-10T16:00:30.640Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:30.651Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:30.651Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:31.540Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:31.542Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:31.543Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:31.545Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:31.644Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T16:00:31.645Z||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-03-10T16:00:31.645Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:31.655Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:31.655Z||pool-143-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:32.546Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:32.547Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:32.548Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:32.548Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:00:32.649Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:32.650Z||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-03-10T16:00:32.650Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:32.664Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:32.664Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:00:33.549Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:00:33.550Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:33.552Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:33.552Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:00:33.653Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:33.654Z||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-03-10T16:00:33.654Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:33.667Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:33.668Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:34.554Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a6925265-47b7-4920-8cf1-00ccfc204e54",
  "serviceDescription": "service",
  "serviceInvariantUUID": "71e0c7a3-b363-40ac-ac07-f2682be9af22",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "754f103c-a4f9-46e7-a4e7-43c4feb8a040",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8df1f8c8-49f5-492e-b11f-985d8676beb4",
      "resourceInvariantUUID": "1be0b5c9-a5bd-45d8-b18e-83fab613d229",
      "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": "MGMxNmU4YTBlYTA3YWY2YzYyMmU5NGMyZDA2YThmMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9a17cca2-1fa0-4e15-aad3-221041ffe109",
          "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": "1e04ea20-81d3-482a-a570-a393d762cf9b",
          "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": "e2a101e5-53fc-4365-a95c-791a75ef0d2c",
            "generatedFromUUID": "1e04ea20-81d3-482a-a570-a393d762cf9b"
          },
          "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": "e2a101e5-53fc-4365-a95c-791a75ef0d2c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzBkZTY2MWE5NWM1YjhhZmMzNDNmYmNjNGI2ZDMyMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "12cee7f6-e996-4b9c-8efc-1dc24413f590"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T16:00:34.555Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T16:00:34.555Z|a8647aae-de49-45e4-afb4-2366dc89b6d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a6925265-47b7-4920-8cf1-00ccfc204e54 ASDC
2022-03-10T16:00:34.555Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8518e210-b9da-44b7-8c9c-efe9d5715595
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a6925265-47b7-4920-8cf1-00ccfc204e54
ServiceInvariantUUID:71e0c7a3-b363-40ac-ac07-f2682be9af22
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:12cee7f6-e996-4b9c-8efc-1dc24413f590
ArtifactChecksum:NzBkZTY2MWE5NWM1YjhhZmMzNDNmYmNjNGI2ZDMyMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:754f103c-a4f9-46e7-a4e7-43c4feb8a040
ResourceInvariantUUID:1be0b5c9-a5bd-45d8-b18e-83fab613d229
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8df1f8c8-49f5-492e-b11f-985d8676beb4
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:9a17cca2-1fa0-4e15-aad3-221041ffe109
ArtifactChecksum:MGMxNmU4YTBlYTA3YWY2YzYyMmU5NGMyZDA2YThmMzM=
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:1e04ea20-81d3-482a-a570-a393d762cf9b
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:e2a101e5-53fc-4365-a95c-791a75ef0d2c
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:e2a101e5-53fc-4365-a95c-791a75ef0d2c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-10T16:00:34.555Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6925265-47b7-4920-8cf1-00ccfc204e54 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T16:00:34.589Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T16:00:34.589Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T16:00:34.589Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T16:00:34.590Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 12cee7f6-e996-4b9c-8efc-1dc24413f590 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T16:00:34.590Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T16:00:34.590Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T16:00:35.669Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T16:00:35.673Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 12cee7f6-e996-4b9c-8efc-1dc24413f590 78791
2022-03-10T16:00:35.673Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-10T16:00:35.673Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T16:00:35.673Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T16:00:35.674Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:35.675Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:35.675Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928035673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:35.776Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:35.777Z||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-03-10T16:00:35.777Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:35.800Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:35.801Z||pool-146-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:00:36.676Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T16:00:36.677Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T16:00:36.677Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 12cee7f6-e996-4b9c-8efc-1dc24413f590, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:36.678Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-10T16:00:36.678Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:36.678Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:36.790Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18199100433930496806/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-03-10T16:00:37.983Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T16:00:37.984Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T16:00:37.984Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:37.984Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T16:00:37.984Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:37.984Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:37.985Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:37.985Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:37.985Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:37.985Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:37.986Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:37.986Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:37.986Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-10T16:00:37.986Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T16:00:37.987Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.987Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.987Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:37.988Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T16:00:37.988Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T16:00:37.988Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.989Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.989Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:37.989Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T16:00:37.990Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T16:00:37.990Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.990Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.991Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.991Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-10T16:00:37.991Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-10T16:00:37.992Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-10T16:00:37.992Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-10T16:00:37.992Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T16:00:37.993Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T16:00:37.993Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.993Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T16:00:37.993Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.993Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:37.994Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T16:00:37.994Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.994Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:37.994Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T16:00:37.995Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.995Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:37.995Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T16:00:37.995Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.996Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-10T16:00:37.996Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T16:00:37.996Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T16:00:37.996Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=25b0001f-21d4-48a2-b37e-f6e52fea4051
2022-03-10T16:00:37.996Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.997Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.997Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.997Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.997Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.997Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.998Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:37.998Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:37.998Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a6925265-47b7-4920-8cf1-00ccfc204e54
Model Version:NULL
Model InvariantUuid:71e0c7a3-b363-40ac-ac07-f2682be9af22
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f2c7c8bf-a4a2-47d4-b8a1-0d796ed4b55f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1be0b5c9-a5bd-45d8-b18e-83fab613d229
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:754f103c-a4f9-46e7-a4e7-43c4feb8a040
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1ab38dfc-ec4b-4c0e-ace7-1e5ecf07c157
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:983a5096-4c7d-44a1-82ec-97b2e3528e0b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:25b0001f-21d4-48a2-b37e-f6e52fea4051
ModelInvariantUuid:30c04925-e2b7-4890-9c06-241269f00b84
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:04f712ac-5199-498c-b5a0-d7ae6e42be5b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:075c4c62-64e0-4cad-8911-3ab7f870a88d
ModelInvariantUuid:4bdf5029-a52e-495c-a6d0-38bc9d0a3546
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2dae5e83-3d32-43cd-b9f1-9043e0d89d5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T16:00:38.012Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8df1f8c8-49f5-492e-b11f-985d8676beb4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:00:38.017Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-03-10T16:00:38.017Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8df1f8c8-49f5-492e-b11f-985d8676beb4
2022-03-10T16:00:38.017Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9a17cca2-1fa0-4e15-aad3-221041ffe109 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-10T16:00:38.017Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T16:00:38.017Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:38.164Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T16:00:38.165Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9a17cca2-1fa0-4e15-aad3-221041ffe109 792
2022-03-10T16:00:38.165Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:38.165Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:38.165Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T16:00:38.165Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:38.167Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:38.167Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928038165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:38.268Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:38.269Z||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-03-10T16:00:38.269Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:38.281Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:38.282Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:39.168Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1ab38dfc-ec4b-4c0e-ace7-1e5ecf07c157",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "983a5096-4c7d-44a1-82ec-97b2e3528e0b",
    "vfModuleModelCustomizationUUID": "fc79aae0-cde6-4b3c-9f3d-2376a80c3905",
    "isBase": true,
    "artifacts": [
      "1e04ea20-81d3-482a-a570-a393d762cf9b",
      "e2a101e5-53fc-4365-a95c-791a75ef0d2c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T16:00:39.172Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:983a5096-4c7d-44a1-82ec-97b2e3528e0b
VfModuleModelInvariantUUID:1ab38dfc-ec4b-4c0e-ace7-1e5ecf07c157
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e04ea20-81d3-482a-a570-a393d762cf9b
,
e2a101e5-53fc-4365-a95c-791a75ef0d2c

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

isBase:true


}

2022-03-10T16:00:39.174Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1ab38dfc-ec4b-4c0e-ace7-1e5ecf07c157",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "983a5096-4c7d-44a1-82ec-97b2e3528e0b",
    "vfModuleModelCustomizationUUID": "fc79aae0-cde6-4b3c-9f3d-2376a80c3905",
    "isBase": true,
    "artifacts": [
      "1e04ea20-81d3-482a-a570-a393d762cf9b",
      "e2a101e5-53fc-4365-a95c-791a75ef0d2c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-03-10T16:00:39.174Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:983a5096-4c7d-44a1-82ec-97b2e3528e0b
VfModuleModelInvariantUUID:1ab38dfc-ec4b-4c0e-ace7-1e5ecf07c157
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e04ea20-81d3-482a-a570-a393d762cf9b
,
e2a101e5-53fc-4365-a95c-791a75ef0d2c

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

isBase:true


}

2022-03-10T16:00:39.175Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1e04ea20-81d3-482a-a570-a393d762cf9b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-10T16:00:39.175Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T16:00:39.175Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:39.641Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T16:00:39.642Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1e04ea20-81d3-482a-a570-a393d762cf9b 5033
2022-03-10T16:00:39.642Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:39.642Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:39.643Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T16:00:39.643Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:39.645Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:39.645Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928039642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:39.745Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:39.746Z||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-03-10T16:00:39.746Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:39.756Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:39.757Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:00:40.646Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e2a101e5-53fc-4365-a95c-791a75ef0d2c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-10T16:00:40.647Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T16:00:40.647Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:41.294Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T16:00:41.294Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e2a101e5-53fc-4365-a95c-791a75ef0d2c 903
2022-03-10T16:00:41.294Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:41.294Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:41.295Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T16:00:41.295Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:41.299Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:41.299Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928041294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:00:41.397Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-10T16:00:41.398Z||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-03-10T16:00:41.398Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:41.411Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:41.411Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:42.300Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a6925265-47b7-4920-8cf1-00ccfc204e54
2022-03-10T16:00:42.300Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8df1f8c8-49f5-492e-b11f-985d8676beb4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:00:42.316Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77bad97c, org.onap.sdc.toscaparser.api.parameters.Input@51477554, org.onap.sdc.toscaparser.api.parameters.Input@140a60ae, org.onap.sdc.toscaparser.api.parameters.Input@3a3768a, org.onap.sdc.toscaparser.api.parameters.Input@22f33ebb]
2022-03-10T16:00:42.317Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.318Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.318Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-10T16:00:42.318Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 754f103c-a4f9-46e7-a4e7-43c4feb8a040
2022-03-10T16:00:42.319Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 754f103c-a4f9-46e7-a4e7-43c4feb8a040 matches Tosca VF Customization UUID: 754f103c-a4f9-46e7-a4e7-43c4feb8a040
2022-03-10T16:00:42.319Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 754f103c-a4f9-46e7-a4e7-43c4feb8a040  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-10T16:00:42.321Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.321Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.321Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 754f103c-a4f9-46e7-a4e7-43c4feb8a040: {\"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-03-10T16:00:42.322Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17b3249f
2022-03-10T16:00:42.322Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.322Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T16:00:42.322Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc79aae0-cde6-4b3c-9f3d-2376a80c3905
2022-03-10T16:00:42.323Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc79aae0-cde6-4b3c-9f3d-2376a80c3905
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-10T16:00:42.325Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.325Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:42.325Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T16:00:42.325Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.326Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:42.326Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T16:00:42.326Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.326Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-10T16:00:42.326Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-10T16:00:42.326Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-10T16:00:42.327Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=25b0001f-21d4-48a2-b37e-f6e52fea4051
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-10T16:00:42.328Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.329Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:42.329Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T16:00:42.329Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.329Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-10T16:00:42.329Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=754f103c-a4f9-46e7-a4e7-43c4feb8a040
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:00:42.331Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.331Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.331Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a6925265-47b7-4920-8cf1-00ccfc204e54: basic_vm_macro
2022-03-10T16:00:42.331Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.332Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.332Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.332Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.332Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.332Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.333Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.333Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.333Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:00:42.333Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:00:42.333Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:42.424Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8df1f8c8-49f5-492e-b11f-985d8676beb4 1 ASDC deployResourceStructure
2022-03-10T16:00:42.425Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:42.425Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:42.425Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T16:00:42.425Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:42.428Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:42.428Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928042425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:42.528Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:42.529Z||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-03-10T16:00:42.529Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:42.541Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:42.545Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:00:43.429Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:43.430Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:43.430Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T16:00:43.430Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:43.432Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:43.432Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928043429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:43.532Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:43.533Z||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-03-10T16:00:43.534Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:43.545Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:43.545Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:44.434Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:44.434Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||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-03-10T16:00:44.435Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T16:00:44.435Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:44.437Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:44.437Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928044434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:44.537Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:44.538Z||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-03-10T16:00:44.538Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:44.557Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:44.558Z||pool-152-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:00:45.438Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-10T16:00:45.438Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-10T16:00:45.438Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T16:00:45.439Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:00:45.441Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:00:45.442Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928045438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:00:45.542Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:00:45.543Z||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-03-10T16:00:45.543Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:00:45.558Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:00:45.559Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:00:46.443Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8518e210-b9da-44b7-8c9c-efe9d5715595
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T16:00:46.453Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8518e210-b9da-44b7-8c9c-efe9d5715595
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T16:00:46.456Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T16:00:46.456Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T16:00:46.456Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T16:00:46.456Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T16:00:46.457Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:00:46.457Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:00:46.457Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:00:46.457Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:00:46.457Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:00:46.457Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:00:46.458Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:00:46.462Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T16:01:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:01:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:01:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:00.518Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:00.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:01:00.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927880880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T16:01:00.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:01:00.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:01:00.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927881884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T16:01:00.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:01:00.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:01:00.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927882888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:01:00.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:01:16.462Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8518e210-b9da-44b7-8c9c-efe9d5715595 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T16:01:16.495Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8518e210-b9da-44b7-8c9c-efe9d5715595 and serviceModelVersionId: a6925265-47b7-4920-8cf1-00ccfc204e54
2022-03-10T16:01:16.495Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71e0c7a3-b363-40ac-ac07-f2682be9af22
2022-03-10T16:01:16.500Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0
2022-03-10T16:01:16.504Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T16:01:16.550Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0|INFO|500||Invoke
2022-03-10T16:01:16.551Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8518e210-b9da-44b7-8c9c-efe9d5715595], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[75df563e-3cd7-44de-8230-8b3de2809583], X-ECOMP-RequestID=[8518e210-b9da-44b7-8c9c-efe9d5715595], X-TransactionId=[], X-ONAP-RequestID=[8518e210-b9da-44b7-8c9c-efe9d5715595], Content-Type=[application/merge-patch+json]}
2022-03-10T16:01:16.571Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T16:01:16.964Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?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/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-16:01:16:086-18420], vertex-id=[262192], Content-Length=[0], Date=[Thu, 10 Mar 2022 16:01:16 GMT], Content-Type=[application/json]}
2022-03-10T16:01:16.964Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T16:01:16.965Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71e0c7a3-b363-40ac-ac07-f2682be9af22/model-vers/model-ver/a6925265-47b7-4920-8cf1-00ccfc204e54?depth=0|INFO|500||InvokeReturn
2022-03-10T16:01:16.966Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T16:01:16.966Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:01:16.972Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T16:01:16.972Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8518e210-b9da-44b7-8c9c-efe9d5715595 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T16:01:16.973Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T16:01:16.973Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:16.975Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:16.975Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928076972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:01:17.075Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T16:01:17.076Z||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-03-10T16:01:17.076Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:17.088Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:17.089Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T16:01:17.985Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:01:17.986Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:01:17.986Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:22.400Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:22.401Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-10T16:01:22.401Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"78310230-c0a4-417f-8c28-fffbfebde9c7","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f9a985bb-ffec-4694-a685-627c5b4215a1","serviceDescription":"service","serviceInvariantUUID":"916342e2-0e23-4851-9fd0-93d54fdcdd6b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"62086ebc-3119-4ee7-b412-a0bcfc6b2ed4","resourceInvariantUUID":"eb7d670c-0fc1-437a-b7bc-231d2a073bb6","resourceCustomizationUUID":"09147d27-c674-4627-8a9b-ce03a7114748","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":"Nzk3MDRmZjIxY2QyNDdhZDk1MmNkYTkwODhlNjU0YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c71ee1f2-6c79-4e2d-a65c-d4edf1215037","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":"c6fd748f-015f-4f8a-b662-e383e39d8b67","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":"80e39559-9fbc-452e-bd99-f602b1d3baca","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":"ZTg4ODg2MGUwNjA3ZWQ1ZmE1NDBhMGFiODM3ZmRkYTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"633226b5-730d-4229-8d66-d38b7390535c","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":"4e5581e3-b01c-4a18-9e79-b9cc3aabf833","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":"13b24bcd-4620-4549-a15c-494e52ac7f23","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":"59e2aaee-5af6-428b-bcd6-296cf2a62fa1","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":"NGU3ZDk1OWJkNWIyYTVhYjU1ZDk1ZDI5ODM0ODcxNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb232f4c-4b32-4b56-b813-c124807fea34","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDQ1MjViMjg5NjM4ZWU4ZmUxNWIwYTlkNDY0MTAxNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4921c32-5f61-45ee-b944-9e30ab9c27b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T16:01:22.403Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:22.403Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:22.405Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:22.405Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:22.505Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:22.506Z||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-03-10T16:01:22.506Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:22.530Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:22.531Z||pool-155-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:23.405Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:23.406Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:23.409Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:23.409Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:23.510Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T16:01:23.511Z||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-03-10T16:01:23.511Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:23.524Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:23.524Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:24.413Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:24.414Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:24.416Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:24.417Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:24.517Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:24.519Z||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-03-10T16:01:24.519Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:24.535Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:24.535Z||pool-157-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:25.418Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:25.419Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:25.420Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:25.421Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:25.521Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:25.523Z||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-03-10T16:01:25.523Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:25.539Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:25.539Z||pool-158-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:01:26.421Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:26.423Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:26.426Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:26.426Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:26.526Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T16:01:26.527Z||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-03-10T16:01:26.528Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:26.540Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:26.540Z||pool-159-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:27.427Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:27.428Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:27.431Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:27.433Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:27.530Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-10T16:01:27.531Z||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-03-10T16:01:27.532Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:27.560Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:27.561Z||pool-160-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:28.434Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:28.436Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:28.439Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:28.439Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:28.539Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:28.540Z||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-03-10T16:01:28.540Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:28.578Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:28.578Z||pool-161-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:29.440Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:29.440Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:29.443Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:29.443Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:01:29.544Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:29.545Z||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-03-10T16:01:29.545Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:29.557Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:29.558Z||pool-162-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:30.444Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T16:01:30.445Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:30.447Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:30.448Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:01:30.548Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:30.549Z||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-03-10T16:01:30.549Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:30.563Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:30.563Z||pool-163-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-10T16:01:31.449Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f9a985bb-ffec-4694-a685-627c5b4215a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "916342e2-0e23-4851-9fd0-93d54fdcdd6b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "09147d27-c674-4627-8a9b-ce03a7114748",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "62086ebc-3119-4ee7-b412-a0bcfc6b2ed4",
      "resourceInvariantUUID": "eb7d670c-0fc1-437a-b7bc-231d2a073bb6",
      "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": "MDQ1MjViMjg5NjM4ZWU4ZmUxNWIwYTlkNDY0MTAxNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4921c32-5f61-45ee-b944-9e30ab9c27b8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-10T16:01:31.449Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T16:01:31.450Z|8518e210-b9da-44b7-8c9c-efe9d5715595|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9a985bb-ffec-4694-a685-627c5b4215a1 ASDC
2022-03-10T16:01:31.450Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:78310230-c0a4-417f-8c28-fffbfebde9c7
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f9a985bb-ffec-4694-a685-627c5b4215a1
ServiceInvariantUUID:916342e2-0e23-4851-9fd0-93d54fdcdd6b
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:a4921c32-5f61-45ee-b944-9e30ab9c27b8
ArtifactChecksum:MDQ1MjViMjg5NjM4ZWU4ZmUxNWIwYTlkNDY0MTAxNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:09147d27-c674-4627-8a9b-ce03a7114748
ResourceInvariantUUID:eb7d670c-0fc1-437a-b7bc-231d2a073bb6
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:62086ebc-3119-4ee7-b412-a0bcfc6b2ed4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-10T16:01:31.450Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9a985bb-ffec-4694-a685-627c5b4215a1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T16:01:31.478Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T16:01:31.479Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T16:01:31.479Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T16:01:31.479Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a4921c32-5f61-45ee-b944-9e30ab9c27b8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-10T16:01:31.479Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-10T16:01:31.479Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-10T16:01:32.694Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-10T16:01:32.700Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a4921c32-5f61-45ee-b944-9e30ab9c27b8 105642
2022-03-10T16:01:32.700Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-10T16:01:32.700Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-10T16:01:32.700Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T16:01:32.700Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:32.702Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:32.702Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928092700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:01:32.802Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:32.803Z||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-03-10T16:01:32.804Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:32.825Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:32.825Z||pool-164-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:33.703Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T16:01:33.704Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-10T16:01:33.704Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a4921c32-5f61-45ee-b944-9e30ab9c27b8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:33.704Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-10T16:01:33.705Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:33.705Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:33.807Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13517110957896665402/Definitions/service-TestPnfMacro-template.yml
2022-03-10T16:01:34.566Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.568Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.569Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.570Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.570Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.570Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.570Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.570Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.570Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f9a985bb-ffec-4694-a685-627c5b4215a1
Model Version:NULL
Model InvariantUuid:916342e2-0e23-4851-9fd0-93d54fdcdd6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-10T16:01:34.576Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 62086ebc-3119-4ee7-b412-a0bcfc6b2ed4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:01:34.582Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-03-10T16:01:34.582Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 62086ebc-3119-4ee7-b412-a0bcfc6b2ed4
2022-03-10T16:01:34.582Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f9a985bb-ffec-4694-a685-627c5b4215a1
2022-03-10T16:01:34.582Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f9a985bb-ffec-4694-a685-627c5b4215a1
2022-03-10T16:01:34.583Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 62086ebc-3119-4ee7-b412-a0bcfc6b2ed4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:01:34.586Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@170f3880, org.onap.sdc.toscaparser.api.parameters.Input@419e0e6d, org.onap.sdc.toscaparser.api.parameters.Input@699e4dc, org.onap.sdc.toscaparser.api.parameters.Input@2b73e4d4, org.onap.sdc.toscaparser.api.parameters.Input@45560202]
2022-03-10T16:01:34.587Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.587Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.587Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f9a985bb-ffec-4694-a685-627c5b4215a1: test-pnf
2022-03-10T16:01:34.587Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Processing PNF resource: 62086ebc-3119-4ee7-b412-a0bcfc6b2ed4
2022-03-10T16:01:34.587Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-10T16:01:34.588Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T16:01:34.588Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||Resource customization UUID: 09147d27-c674-4627-8a9b-ce03a7114748 is the same as notified resource customizationUUID: 09147d27-c674-4627-8a9b-ce03a7114748
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-10T16:01:34.615Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 62086ebc-3119-4ee7-b412-a0bcfc6b2ed4 0 ASDC deployResourceStructure
2022-03-10T16:01:34.615Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-10T16:01:34.615Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-10T16:01:34.615Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T16:01:34.615Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:01:34.617Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:01:34.617Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928094615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:01:34.718Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:01:34.718Z||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-03-10T16:01:34.719Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:01:34.732Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:01:34.733Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T16:01:35.618Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78310230-c0a4-417f-8c28-fffbfebde9c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T16:01:35.628Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78310230-c0a4-417f-8c28-fffbfebde9c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.630Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.631Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.631Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.631Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-10T16:01:35.631Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-10T16:01:35.635Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T16:02:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:00.512Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:00.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4eed9dbd-951d-4b41-84db-44f7db655ae5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927974481,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:02:00.514Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:02:00.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927984414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927987199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927988551,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927989854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927990982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T16:02:00.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927991985,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927992992,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927993996,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:02:00.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:02:05.635Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78310230-c0a4-417f-8c28-fffbfebde9c7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-10T16:02:05.640Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78310230-c0a4-417f-8c28-fffbfebde9c7 and serviceModelVersionId: f9a985bb-ffec-4694-a685-627c5b4215a1
2022-03-10T16:02:05.640Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 916342e2-0e23-4851-9fd0-93d54fdcdd6b
2022-03-10T16:02:05.641Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/916342e2-0e23-4851-9fd0-93d54fdcdd6b/model-vers/model-ver/f9a985bb-ffec-4694-a685-627c5b4215a1?depth=0
2022-03-10T16:02:05.644Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T16:02:05.679Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/916342e2-0e23-4851-9fd0-93d54fdcdd6b/model-vers/model-ver/f9a985bb-ffec-4694-a685-627c5b4215a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-10T16:02:05.680Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/916342e2-0e23-4851-9fd0-93d54fdcdd6b/model-vers/model-ver/f9a985bb-ffec-4694-a685-627c5b4215a1?depth=0|INFO|500||Invoke
2022-03-10T16:02:05.699Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/916342e2-0e23-4851-9fd0-93d54fdcdd6b/model-vers/model-ver/f9a985bb-ffec-4694-a685-627c5b4215a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-10T16:02:06.375Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/916342e2-0e23-4851-9fd0-93d54fdcdd6b/model-vers/model-ver/f9a985bb-ffec-4694-a685-627c5b4215a1?depth=0|INFO|500||InvokeReturn
2022-03-10T16:02:06.375Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/916342e2-0e23-4851-9fd0-93d54fdcdd6b/model-vers/model-ver/f9a985bb-ffec-4694-a685-627c5b4215a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220310-16:02:05:211-5374], vertex-id=[290880], Content-Length=[0], Date=[Thu, 10 Mar 2022 16:02:05 GMT], Content-Type=[application/json]}
2022-03-10T16:02:06.376Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-10T16:02:06.377Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T16:02:06.377Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-10T16:02:06.564Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T16:02:06.564Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78310230-c0a4-417f-8c28-fffbfebde9c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T16:02:06.564Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T16:02:06.565Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-10T16:02:06.566Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T16:02:06.567Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928126564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:02:06.667Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T16:02:06.668Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-10T16:02:06.668Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:06.681Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:06.681Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T16:02:07.576Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:07.577Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:07.577Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:17.155Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:17.156Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:17.157Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:17.157Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:26.706Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:26.707Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:26.707Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:26.707Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:36.251Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:36.252Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:36.252Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:36.252Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:45.818Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:45.819Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:45.820Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:45.820Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:02:55.374Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:02:55.374Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:02:55.375Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:02:55.375Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:03:00.491Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:03:00.492Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:03:00.492Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:03:00.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:03:00.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8647aae-de49-45e4-afb4-2366dc89b6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928025505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:03:00.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646927804961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928035673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928038165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928039642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928041294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928042425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-10T16:03:00.522Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928043429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928044434,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928045438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:03:00.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:03:04.915Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:03:04.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:03:04.916Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:03:04.916Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:03:14.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:04:00.489Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:04:00.490Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:04:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:04:00.491Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:04:00.492Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:04:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:04:00.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:04:00.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8518e210-b9da-44b7-8c9c-efe9d5715595",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928076972,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:04:00.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:04:00.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928077985,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928092700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:04:00.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:04:00.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928094615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-10T16:04:00.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:04:10.038Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:05:00.489Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:05:00.490Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:05:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:05:00.491Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:05:00.491Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:05:00.491Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:05:01.049Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:05:01.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T16:05:01.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78310230-c0a4-417f-8c28-fffbfebde9c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646928126564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T16:05:01.050Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T16:05:10.063Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:06:00.489Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:06:00.491Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:06:00.491Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:06:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:06:00.492Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:06:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:06:10.045Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:06:10.045Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:07:00.490Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:07:00.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:07:00.492Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:07:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:07:00.493Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:07:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:07:10.041Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:07:10.041Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:08:00.489Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:08:00.490Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:08:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:08:00.491Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:08:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:08:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:08:10.031Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:08:10.035Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:09:00.489Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:09:00.490Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:09:00.490Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:09:00.491Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:09:00.492Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:09:00.493Z|78310230-c0a4-417f-8c28-fffbfebde9c7|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:09:10.042Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:09:10.042Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:10:00.489Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:10:00.491Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:10:00.491Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:10:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:10:00.492Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:10:00.492Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:10:10.039Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:10:10.039Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:11:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:11:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:11:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:11:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:11:00.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:11:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:11:10.038Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:11:10.042Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:12:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:12:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:12:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:12:00.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:12:00.493Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:12:00.493Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zHnHb9C1UJJA5zDI) ...
2022-03-10T16:12:10.044Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:12:10.056Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:13:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:13:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:13:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:13:00.491Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:13:00.492Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:13:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:13:10.034Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:13:10.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:14:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:14:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:14:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:14:00.491Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:14:00.492Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:14:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:14:10.036Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:14:10.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:15:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:15:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:15:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:15:00.491Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:15:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:15:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:15:10.078Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:15:10.079Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:16:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:16:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:16:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:16:00.492Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:16:00.493Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:16:00.493Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:16:10.043Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:16:10.052Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:17:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:17:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:17:00.491Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:17:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:17:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:17:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:17:10.060Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:17:10.063Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:18:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:18:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:18:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:18:00.491Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:18:00.492Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:18:00.492Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:18:10.040Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:18:10.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:19:00.489Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:19:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:19:00.490Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:19:00.491Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:19:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:19:00.492Z|1e58cc74-88a8-441b-99c3-84651745344d|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:19:10.038Z|1e58cc74-88a8-441b-99c3-84651745344d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:19:10.043Z|6b578c00-d228-42f5-a0f8-56aab1bd3d26|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:19:17.408Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-10T16:20:00.489Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:20:00.490Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:20:00.491Z||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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:20:00.492Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T16:20:00.492Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T16:20:00.492Z|78310230-c0a4-417f-8c28-fffbfebde9c7|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 zHnHb9C1UJJA5zDI) ...
2022-03-10T16:20:10.036Z|78310230-c0a4-417f-8c28-fffbfebde9c7|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-10T16:20:10.038Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK